{
  "name": "DecisionPlay",
  "short_name": "DecisionPlay",
  "description": "Map the moves. Spot the edge. Free, privacy-first game theory.",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFAF9",
  "theme_color": "#2B5568",
  "orientation": "portrait-primary",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Quick analysis",
      "short_name": "Analyze",
      "description": "Describe a situation and map the game",
      "url": "/#quick-analysis",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Strategy Studio",
      "short_name": "Studio",
      "description": "Interactive payoff matrix visualizer",
      "url": "/strategy-studio",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Team room",
      "short_name": "Team",
      "description": "Live collaborative analysis and chat",
      "url": "/room",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
