{
  "name": "Autarion Connect",
  "short_name": "Autarion",
  "description": "Energy Craftsmen Portal — manage projects, checklists and site tasks offline",
  "id": "/",
  "theme_color": "#1e1b4b",
  "background_color": "#0f0e1a",
  "display": "standalone",
  "orientation": "natural",
  "scope": "/",
  "start_url": "/projects",
  "lang": "de",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View your assigned projects",
      "url": "/projects",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
