{
  "name": "ARC Raiders Wiki",
  "short_name": "ARC Wiki",
  "description": "Interactive wiki for ARC Raiders - futuristic PvPvE extraction shooter",
  "start_url": "/?utm_source=homescreen",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0E0516",
  "theme_color": "#0E0516",
  "orientation": "portrait",
  "categories": ["games", "reference", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Browse Items",
      "short_name": "Items",
      "description": "Browse all weapons, gadgets, and equipment",
      "url": "/items",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Bestiary",
      "short_name": "Bestiary",
      "description": "Study enemies and their weaknesses",
      "url": "/bestiary",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/arc-logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ]
}