{
  "id": "/app.php",
  "name": "Roamories Trip Planner",
  "short_name": "Roamories",
  "description": "Plan trips, capture memories, save documents and expenses, and share your journey from a live travel map.",
  "start_url": "/app.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#14395f",
  "theme_color": "#14395f",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["travel", "lifestyle", "productivity", "photo"],
  "shortcuts": [
    {
      "name": "Build My Trip In 60 Seconds",
      "short_name": "Quick Trip",
      "url": "/app.php?quick=1",
      "icons": [
        {
          "src": "image/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "How Roamories Works",
      "short_name": "Features",
      "url": "/howto/",
      "icons": [
        {
          "src": "image/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "image/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "image/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
