{
  "name": "Otagon AI - Your Gaming Companion",
  "short_name": "Otagon",
  "description": "Get spoiler-free gaming hints and help with AI-powered assistance",
  "start_url": "/earlyaccess",
  "scope": "/",
  "display": "standalone",
  "background_color": "#111111",
  "theme_color": "#111111",
  "orientation": "portrait-primary",
  "lang": "en",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "categories": [
    "games",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/images/pwa-icon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-icon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-icon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-icon.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-icon.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/pwa-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new conversation",
      "url": "/?shortcut=new-chat",
      "icons": [
        {
          "src": "/images/pwa-icon.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Game Library",
      "short_name": "Library",
      "description": "Browse your game library",
      "url": "/?shortcut=game-library",
      "icons": [
        {
          "src": "/images/pwa-icon.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "View your gaming timeline",
      "url": "/?shortcut=timeline",
      "icons": [
        {
          "src": "/images/pwa-icon.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Explore gaming content",
      "url": "/?shortcut=home",
      "icons": [
        {
          "src": "/images/pwa-icon.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "permissions": [
    "audioCapture",
    "notifications"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "screenshots": [
    {
      "src": "/images/screenshots/1.png",
      "sizes": "804x1748",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshots/2.png",
      "sizes": "804x1748",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshots/3.png",
      "sizes": "804x1748",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshots/4.png",
      "sizes": "804x1748",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}