{
  "name": "DozenSnap Booth",
  "short_name": "DozenSnap",
  "description": "Event photo booth PWA for iPad",
  "lang": "id",
  "dir": "ltr",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "background_color": "#10131A",
  "theme_color": "#10131A",
  "orientation": "any",
  "categories": ["photo", "productivity", "events"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Open the DozenSnap admin dashboard"
    }
  ]
}
