{
  "name": "Pixel Colony - Idle Colony Builder",
  "short_name": "PixelColony",
  "description": "Build your pixel art civilization in this idle colony builder game. Create custom buildings, manage resources, and progress through 50 levels!",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "any",
  "theme_color": "#667eea",
  "background_color": "#2d3436",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["games", "entertainment", "strategy"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a51271d9ee",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/game-menu.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Main Menu"
    },
    {
      "src": "/game-after-play.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Gameplay"
    },
    {
      "src": "/game-final-state.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Advanced Colony"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "New",
      "description": "Start a new colony",
      "url": "/?action=new",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Continue",
      "short_name": "Continue",
      "description": "Continue your colony",
      "url": "/?action=continue",
      "icons": [
        {
          "src": "/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "display_override": ["fullscreen", "standalone", "minimal-ui", "browser"]
}