{
  "name": "ScaryGaming",
  "short_name": "ScaryGaming",
  "description": "Play terrifying browser horror games with ScaryGaming.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#8B0000",
  "background_color": "#0b0b0f",
  "orientation": "any",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icons/png/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/png/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/png/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/png/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ScaryGaming horror game platform homepage"
    },
    {
      "src": "/screenshots/backrooms-pacman-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Orange Eater Backrooms gameplay"
    },
    {
      "src": "/screenshots/home-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ScaryGaming mobile experience"
    }
  ],
  "shortcuts": [
    {
      "name": "Orange Eater Backrooms",
      "short_name": "Orange Eater",
      "description": "Play Orange Eater Backrooms",
      "url": "/games/backrooms-pacman/backrooms-pacman.html",
      "icons": [{ "src": "/icons/png/backrooms-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Games",
      "short_name": "Games",
      "description": "Browse all horror games",
      "url": "/games.html",
      "icons": [{ "src": "/icons/png/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Challenges",
      "short_name": "Challenges",
      "description": "Daily horror challenges",
      "url": "/challenges.html",
      "icons": [{ "src": "/icons/png/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Store",
      "short_name": "Store",
      "description": "Premium horror content",
      "url": "/store.html",
      "icons": [{ "src": "/icons/png/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
