{
  "name": "myLokaal",
  "short_name": "myLokaal",
  "description": "African community marketplace in Germany — shops, jobs, events and Skilled Neighbours.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e1733",
  "theme_color": "#0e1733",
  "lang": "en",
  "categories": ["shopping", "business", "lifestyle"],
  "icons": [
    {
      "src": "/android-chrome-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Shops",
      "short_name": "Shops",
      "url": "/shops.php?source=pwa-shortcut",
      "icons": [{ "src": "/android-chrome-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find Jobs",
      "short_name": "Jobs",
      "url": "/jobs.php?source=pwa-shortcut",
      "icons": [{ "src": "/android-chrome-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Skilled Neighbours",
      "short_name": "Skill Room",
      "url": "/skilled-neighbours.php?source=pwa-shortcut",
      "icons": [{ "src": "/android-chrome-192.png", "sizes": "192x192" }]
    }
  ]
}
