{
  "name": "Art & Go",
  "short_name": "Art & Go",
  "description": "Discover and share art and culture points of interest around you",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1e1b4b",
  "theme_color": "#6366f1",
  "categories": ["travel", "lifestyle", "social"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add POI",
      "short_name": "Add",
      "description": "Add a new point of interest",
      "url": "/add-poi",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Explore the map",
      "url": "/map",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
