{
  "name": "IndexMap: Interactive Country Data Map Explorer",
  "short_name": "IndexMap",
  "description": "Explore countries with maps, borders, weather, currency rates, holidays, Wikipedia links, cities and airports.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-or-landscape",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "icons": [
    {
      "src": "libs/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "libs/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "libs/images/icon-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["travel", "maps"],
  "shortcuts": [
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Open the interactive world map",
      "url": "./?view=map",
      "icons": [
        {
          "src": "libs/images/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Location",
      "short_name": "Location",
      "description": "See your current country",
      "url": "./?view=location",
      "icons": [
        {
          "src": "libs/images/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
