{
  "id": "./",
  "name": "Farm Dinner: AI Story Game",
  "short_name": "Farm Dinner",
  "description": "A playful farm-dinner adventure about AI, automation, and the next generation of agriculture.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#f3f7f1",
  "theme_color": "#1b7f3b",
  "categories": [
    "games",
    "education",
    "entertainment"
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Run",
      "short_name": "New Run",
      "url": "./index.html?new=1"
    },
    {
      "name": "Trophy case",
      "short_name": "Trophy case",
      "url": "./index.html#trophy-case"
    }
  ],
  "screenshots": [
    {
      "src": "./index-images/cover-1.jpg",
      "sizes": "1200x1200",
      "type": "image/jpeg"
    }
  ]
}
