{
  "name": "Country Information Map",
  "short_name": "Country Map",
  "description": "Interactive map displaying country information with search, filter, and detailed statistics",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3388ff",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "reference", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Search Countries",
      "short_name": "Search",
      "description": "Search for countries by name",
      "url": "./index.html#search",
      "icons": []
    }
  ]
}
