{
  "name": "FlyMacroPilot - Economic Flight Simulator",
  "short_name": "FlyMacroPilot",
  "description": "Take the controls of the global economy! Play as Fed Chair, managing interest rates through historical crises.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0a1628",
  "theme_color": "#00ff88",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/images/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "education", "finance"],
  "screenshots": [
    {
      "src": "/images/screenshot-cockpit.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Cockpit View - Manage the economy from your control panel"
    },
    {
      "src": "/images/screenshot-scenarios.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Historical Scenarios - Replay economic crises"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Flight",
      "short_name": "Play",
      "description": "Jump straight into the cockpit",
      "url": "/cockpit.html",
      "icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Historical Scenarios",
      "short_name": "Scenarios",
      "description": "Replay economic crises",
      "url": "/scenarios.html",
      "icons": [{ "src": "/images/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
