{
  "name": "Vendor Vibes CRM",
  "short_name": "VV CRM",
  "description": "CRM for makeup artists and photographers — bookings, invoices, follow-ups.",

  "_comment_scope_and_start_url": "These MUST live on the same origin as the page that includes this manifest (crm.vendorvibes.in). Pointing them at the WP site was the bug that made the home-screen app open in browser chrome and (because it's a different origin) lose its localStorage tokens between launches.",
  "scope": "/",
  "start_url": "/?source=pwa",

  "_comment_display": "standalone hides the browser chrome (address bar / nav buttons). display_override lets Android escalate to fullscreen if the OEM browser supports it, falling back to standalone, then minimal-ui, then browser.",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],

  "orientation": "portrait-primary",

  "theme_color": "#7C6FF7",
  "background_color": "#F7F6FB",

  "icons": [
    {
      "src": "https://vendorvibes.in/wp-content/themes/vendor-theme/assets/images/pwa/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://vendorvibes.in/wp-content/themes/vendor-theme/assets/images/pwa/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "categories": ["business", "productivity"],
  "lang": "en"
}
