{
  "name": "KviMail",
  "short_name": "KviMail",
  "description": "Dynamic HTML email signature builder with MJML templates, reusable profiles, cloud sync, and shared reviews.",
  "id": "/",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/editor_preview.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "KviMail editor workspace"
    },
    {
      "src": "/signature_corporate.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Corporate email signature template"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Editor",
      "short_name": "Editor",
      "description": "Open the KviMail email signature editor.",
      "url": "/app?source=pwa-shortcut",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Premium Templates",
      "short_name": "Templates",
      "description": "Browse premium email signature templates.",
      "url": "/templates?source=pwa-shortcut",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "theme_color": "#4f46e5",
  "background_color": "#ffffff",
  "prefer_related_applications": false
}
