{
  "name": "FrameGuessr - The Original Daily Movie Frame Game",
  "short_name": "FrameGuessr",
  "description": "FrameGuessr is the original daily movie and TV guessing game with frame-based puzzles, progressive hints, and audio clues. Not affiliated with freeguessr or similar games.",
  "start_url": "/?utm_source=pwa",
  "id": "frameguessr-official",
  "display": "standalone",
  "background_color": "#0F0F0F",
  "theme_color": "#8B1538",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["games", "entertainment", "puzzle", "trivia"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96.png", 
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128.png",
      "sizes": "128x128", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152.png",
      "sizes": "152x152",
      "type": "image/png", 
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FrameGuessr mobile gameplay - the original frame guessing game"
    },
    {
      "src": "/screenshot-mobile-2.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FrameGuessr progressive hints and search - not freeguessr"
    },
    {
      "src": "/screenshot-desktop-1.png",
      "sizes": "1920x1080", 
      "type": "image/png",
      "form_factor": "wide",
      "label": "FrameGuessr desktop - daily movie frame puzzles"
    },
    {
      "src": "/screenshot-desktop-2.png",
      "sizes": "1920x1080",
      "type": "image/png", 
      "form_factor": "wide",
      "label": "FrameGuessr completion screen with movie details"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Today",
      "short_name": "Today",
      "description": "Play today's FrameGuessr challenge",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Browse Archive",
      "short_name": "Archive", 
      "description": "Browse past FrameGuessr challenges",
      "url": "/archive?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "About FrameGuessr",
      "short_name": "About", 
      "description": "Learn about FrameGuessr - the original frame game",
      "url": "/about?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+frameguessr",
      "url": "/game?challenge=%s"
    }
  ],
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 480
  }
}