{
  "name": "EA Vault",
  "short_name": "EA Vault",
  "description": "Automated Forex Trading EA Vault App",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#86bcd1",
  "background_color": "#86bcd1",
  "scope": "/",
  "lang": "en",
  "categories": [
    "finance",
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "./assets/images/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/images/adaptive-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./assets/images/icon.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "related_applications": []
}