{
  "name": "Pyramii",
  "short_name": "Pyramii",
  "description": "The world is hiding something. A Mirrors production.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0d12",
  "theme_color": "#0b0d12",
  "icons": [
    {
      "src": "/pyramii-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pyramii-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/pyramii-icon.png",
      "sizes": "1024x1024",
      "type": "image/png"
    },
    {
      "src": "/pyramii-icon-maskable.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Camera view",
      "url": "/ar.html"
    },
    {
      "name": "Map",
      "url": "/map.html"
    },
    {
      "name": "Plant a dot",
      "url": "/create.html"
    }
  ]
}