{
  "name": "Fakturus POI",
  "short_name": "Fakturus",
  "description": "Discover and share amazing places and products with friends",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#eff6ff",
  "theme_color": "#2563eb",
  "categories": ["social", "lifestyle", "travel"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Place",
      "short_name": "Add Place",
      "description": "Quickly add a new place",
      "url": "/places",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96" }]
    },
    {
      "name": "Add Product", 
      "short_name": "Add Product",
      "description": "Quickly add a new product",
      "url": "/products",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96" }]
    }
  ]
}
