{
  "name": "Defeat the Dragon: Focus RPG",
  "short_name": "DTD:FocusRPG",
  "description": "A Pomodoro-style Focus RPG that gamifies productivity",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#060945",
  "theme_color": "#060945",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "productivity", "education"],
      "icons": [
      {
        "src": "/favicon.png",
        "sizes": "32x32",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/favicon.ico",
        "sizes": "32x32",
        "type": "image/x-icon",
        "purpose": "any maskable"
      },
      {
        "src": "/icon-simple.png",
        "sizes": "172x172",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/apple-touch-icon.png",
        "sizes": "180x180",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ],
      "screenshots": [
      {
        "src": "https://dtd.rchetype.xyz/screenshots/gameplay-1.png",
        "sizes": "1200x630",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Defeat the Dragon: Focus RPG - Gameplay"
      }
    ],
      "shortcuts": [
      {
        "name": "Start Focus Session",
        "short_name": "Focus",
        "description": "Start a new focus training session",
        "url": "/?action=focus",
        "icons": [
          {
            "src": "/favicon.png",
            "sizes": "32x32"
          }
        ]
      },
      {
        "name": "View Progress",
        "short_name": "Progress",
        "description": "Check your training progress",
        "url": "/?action=progress",
        "icons": [
          {
            "src": "/favicon.png",
            "sizes": "32x32"
          }
        ]
      }
    ]
}
