{
  "_comment": "keep brand fields (name/short_name/description) in sync with src/core/brand.ts (BRAND)",
  "name": "Naevorn · Fulfilment platform",
  "short_name": "Naevorn",
  "description": "Naevorn — fulfilment platform for orders, inventory, warehousing, routing and delivery",
  "start_url": "/driver",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#121212",
  "theme_color": "#00BCD4",
  "scope": "/driver",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Driver Dashboard"
    },
    {
      "src": "/screenshots/route.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Route View"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Route",
      "short_name": "Route",
      "description": "View today's route",
      "url": "/driver/route",
      "icons": [{ "src": "/icons/route-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "Navigate",
      "short_name": "Navigate",
      "description": "Navigate to next stop",
      "url": "/driver/navigate",
      "icons": [{ "src": "/icons/navigate-shortcut.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
