{
  "name": "Null Arcade",
  "short_name": "Null Arcade",
  "id": "/",
  "scope": "/",
  "description": "The games studio of Prodigium Dynamics. Play MK-I and Alien Scape.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#050505",
  "theme_color": "#050505",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "MK-I",
      "short_name": "MK-I",
      "description": "PROTOTYPE pixel-art platformer",
      "url": "/games/game-02",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Alien Scape",
      "short_name": "Alien Scape",
      "description": "Escape Area 51",
      "url": "/games/game-01",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
