{
  "name": "INVASION STRIKE - インヴェイション・ストライク",
  "short_name": "INVASION STRIKE",
  "description": "インヴェイション・ストライク ―最後の反撃―",
  "start_url": "./index.html",
  "display": "browser",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#0a0a1a",
  "scope": "./",
  "categories": ["games", "entertainment"],
  "lang": "ja",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Game",
      "short_name": "Play",
      "description": "Start playing INVASION STRIKE",
      "url": "./index.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23000' width='96' height='96'/><polygon fill='%2300ff00' points='30,20 30,76 70,48'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}