{
  "name": "Space Invaderz",
  "version": "1.0.0",
  "short_name": "Space Invaderz",
  "description": "How long will you survive the space battle?",
  "start_url": "./index.html",
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "theme_color": "#0f0f23",
  "background_color": "#1a1a2e",
  "categories": ["games", "entertainment"],
  "lang": "en",
  "scope": "./",
  "icons": [
    {
      "src": "assets/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "375x666",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
