{
  "name": "Sozzial",
  "short_name": "Sozzial",
  "description": "Community-powered pizza slice map with last-reported prices, plans and group chat.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060606",
  "theme_color": "#df5b43",
  "categories": ["food", "social", "lifestyle"],
  "shortcuts": [
    {
      "name": "Open map",
      "short_name": "Map",
      "description": "Find pizza spots near you.",
      "url": "/home",
      "icons": [{ "src": "/mobile-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Create plan",
      "short_name": "Plan",
      "description": "Start a pizza plan.",
      "url": "/crearquedada",
      "icons": [{ "src": "/mobile-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Add spot",
      "short_name": "Add spot",
      "description": "Submit a pizza spot for review.",
      "url": "/home?addSpot=1",
      "icons": [{ "src": "/mobile-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "icons": [
    {
      "src": "/mobile-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/svg+xml"
    }
  ]
}
