{
  "name": "Speranza.GG - Ultimate Game Companion",
  "short_name": "Speranza.GG",
  "description": "The ultimate companion website for ARC Raiders. Complete weapon database, skill tree planner, quest tracker, hideout manager, and community features.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#1a1a1a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "entertainment", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/assets/Logos & brand assets/Logotypes/Bitmap/ARC_Raider_Horizontal_White_Color.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Weapons Database",
      "short_name": "Weapons",
      "description": "Browse and search the complete weapons database",
      "url": "/weapons",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Skill Tree",
      "short_name": "Skills", 
      "description": "Plan and optimize your skill tree builds",
      "url": "/skills",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Quest Tracker",
      "short_name": "Quests",
      "description": "Track your quest progress and objectives", 
      "url": "/quests",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
