{
  "name": "Lets Swap Tests",
  "short_name": "Swap Tests",
  "description": "Save your driving test, find compatible learner swaps, manage requests, messages, references, and DVSA call planning.",
  "id": "app.html",
  "start_url": "app.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#eef7ff",
  "theme_color": "#061846",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "assets/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find A Swap",
      "short_name": "Find Swap",
      "url": "app.html",
      "icons": [{ "src": "assets/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "How It Works",
      "short_name": "Guide",
      "url": "how-it-works.html",
      "icons": [{ "src": "assets/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
