{
  "name": "Shooter Game",
  "short_name": "ShooterGame",
  "description": "Professional game development hub supporting Iranian game developers with tutorials, tools, and resources.",
  "start_url": "index.php",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a1a",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "image/logo.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "image/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "image/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["education", "games", "development"],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "url": "index.php#home",
      "icons": [{ "src": "image/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Articles",
      "short_name": "Articles",
      "url": "index.php#articles",
      "icons": [{ "src": "image/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Downloads",
      "short_name": "Downloads",
      "url": "index.php#downloads",
      "icons": [{ "src": "image/logo.png", "sizes": "96x96" }]
    }
  ]
}