{
  "id": "./",
  "name": "Flight Plan B",
  "short_name": "Flight Plan B",
  "description": "In-ear airport guide: phase-by-phase voice prompts, missed-connection Plan B ladder, Waze handoff. $15 per round trip.",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["travel", "navigation", "productivity"],
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#eef3f7",
  "theme_color": "#eef3f7",
  "orientation": "portrait",
  "share_target": {
    "action": "./share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [{ "name": "media", "accept": ["image/*", "application/pdf"] }]
    }
  },
  "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-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
