{
  "name": "NO·MAD — Find Your Workspace",
  "short_name": "NO·MAD",
  "description": "Discover cafés, coworking spaces and hidden spots for digital nomads worldwide.",
  "id": "https://app.no-mad.space/",
  "start_url": "https://app.no-mad.space/",
  "scope": "https://app.no-mad.space/",
  "display": "standalone",
  "background_color": "#F4EFE9",
  "theme_color": "#1B3344",
  "orientation": "portrait-primary",
  "categories": ["travel", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Find a Space",
      "short_name": "Map",
      "url": "/map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Explore Cities",
      "short_name": "Explore",
      "url": "/explore",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
