{
  "name": "Pink Life Simulator",
  "short_name": "PinkLife",
  "description": "A text-based life simulator game where you can build your own story.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "dir": "ltr",
  "lang": "en",
  "theme_color": "#ff1493",
  "background_color": "#ffe4e1",
  "categories": ["games", "entertainment"],
  "screenshots": [
    {
      "src": "/images/app-image.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/images/splash-image.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "/images/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start New Game",
      "short_name": "New Game",
      "description": "Start a new life simulation game",
      "url": "/?mode=create",
      "icons": [
        {
          "src": "/images/icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Continue Game",
      "short_name": "Continue",
      "description": "Continue your current game",
      "url": "/?mode=game",
      "icons": [
        {
          "src": "/images/icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
