{
  "version": "5.1",
  "comment": "Keep version in sync with data-pwa-version on manifest link and APP_VER in _service-worker.js",
  "lang": "en",
  "name": "TagLinked",
  "short_name": "TagLinked",
  "description": "Recover lost belongings with smart QR tags. Stick, activate your contact preferences, and get notified when someone scans your tag.",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "icons": [
    {
      "src": "app/icons/taglinked-touch-icon.png",
      "sizes": "192x192 512x512 1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
