{
  "id": "/portal/",
  "name": "Tuning Labs Digital Tuning Platform",
  "short_name": "Tuning Labs",
  "description": "Professional DSP tuning, RTA analysis, and work order management for car audio shops and enthusiasts",
  "start_url": "/portal/index.html",
  "scope": "/portal/",
  "display": "standalone",
  "background_color": "#05070b",
  "theme_color": "#4c6fff",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tuning Labs — DSP Tuning Platform (placeholder)"
    }
  ],
  "categories": ["utilities", "productivity", "music-and-audio"],
  "prefer_related_applications": false,
  "display_override": ["standalone", "minimal-ui"],
  "shortcuts": [
    {
      "name": "Shop Management",
      "short_name": "Shop Mgmt",
      "url": "/portal/work-orders.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "DSP Tuning",
      "short_name": "Tuning",
      "url": "/portal/assisted-tune.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hardware Library",
      "short_name": "Hardware",
      "url": "/portal/index.html?tab=hardware",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "RTA Tools",
      "short_name": "RTA",
      "url": "/portal/index.html?tab=rta",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Advisor",
      "short_name": "Advisor",
      "url": "/portal/index.html?tab=advisor",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/portal/index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
