{
  "name": "Realm",
  "short_name": "Realm",
  "description": "AI workspace for revenue teams. Generate customer-ready deliverables, autofill RFPs, and access your knowledge base instantly.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f9fafc",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json"
    }
  ],
  "icons": [
    {
      "purpose": "any",
      "sizes": "192x192",
      "src": "/realm-icon-192.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "/realm-icon-512.png",
      "type": "image/png"
    },
    {
      "purpose": "maskable",
      "sizes": "192x192",
      "src": "/realm-icon-maskable-192.png",
      "type": "image/png"
    },
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "/realm-icon-maskable-512.png",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/realm-screenshot-wide.png",
      "sizes": "1280x853",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Realm"
    },
    {
      "src": "/realm-screenshot-narrow.png",
      "sizes": "752x1203",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Realm"
    }
  ]
}
