{
  "name": "The Village Vault - Clash of Clans Companion",
  "short_name": "Village Vault",
  "description": "Track your Clash of Clans progress, season events, guides, and updates. Your ultimate companion app for the Village.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#1a1a2e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "/images/favicon_io/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "/images/favicon_io/apple-touch-icon.webp",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/favicon_io/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/favicon_io/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home page with latest updates and events"
    },
    {
      "src": "/images/screenshots/wiki.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Wiki section with hero skins and game data"
    }
  ],
  "shortcuts": [
    {
      "name": "Hero Skins",
      "short_name": "Skins",
      "description": "Browse all hero skins",
      "url": "/wiki/hero-skins",
      "icons": [
        {
          "src": "/images/icons/hero-skins.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Progress Tracker",
      "short_name": "Tracker",
      "description": "Track your village progress",
      "url": "/tracker",
      "icons": [
        {
          "src": "/images/icons/tracker.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Latest Posts",
      "short_name": "Posts",
      "description": "Read latest updates and guides",
      "url": "/posts",
      "icons": [
        {
          "src": "/images/icons/posts.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
