{
  "name": "JVS SmartMatch",
  "short_name": "SmartMatch",
  "description": "A practical digital assistant for choosing phones, tablets and future device sets.",
  "lang": "en",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#081228",
  "theme_color": "#081228",
  "categories": ["utilities", "productivity", "shopping"],
  "icons": [
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start device finder",
      "short_name": "Start",
      "description": "Start the SmartMatch recommendation flow.",
      "url": "./index.html?source=pwa&action=start",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open device catalog",
      "short_name": "Catalog",
      "description": "Open the current device catalog.",
      "url": "./index.html?source=pwa&action=catalog",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
