{
  "id": "/index.html",
  "name": "MeasureFlow Studio",
  "short_name": "Studio",
  "description": "You build the kitchens. Studio does your marketing.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["business", "productivity"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "screenshots/desktop-wide.png", "sizes": "1280x800", "type": "image/png", "form_factor": "wide", "label": "MeasureFlow Studio on desktop" },
    { "src": "screenshots/mobile.png", "sizes": "720x1280", "type": "image/png", "form_factor": "narrow", "label": "MeasureFlow Studio on mobile" }
  ]
}
