{
  "name": "Time Traveler Vlog",
  "short_name": "TimeVlog",
  "description": "Selfie-vlog app that drops you into 360 historical scenes. Vlog from any time.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0E1730",
  "background_color": "#0E1730",
  "lang": "en-US",
  "categories": ["entertainment", "photo", "social", "video"],
  "icons": [
    {
      "src": "/public/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/public/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/public/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start a new vlog",
      "short_name": "Record",
      "url": "/app",
      "icons": [{ "src": "/public/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Vlogs",
      "short_name": "Library",
      "url": "/landing/my-vlogs.html",
      "icons": [{ "src": "/public/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
