{
  "name": "Clutch OS",
  "short_name": "Clutch",
  "description": "Clutch OS — command logic for unified tactical control & hyperautomation.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050a12",
  "theme_color": "#00d4ff",
  "icons": [
    {
      "src": "/icon.svg?v=1777929327796",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png?v=1777929327796",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png?v=1777929327796",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask Clutch",
      "short_name": "Ask",
      "url": "/learn",
      "description": "Chat with Clutch about the system",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Voice mode",
      "short_name": "Voice",
      "url": "/voice",
      "description": "Hands-free voice control",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Apps",
      "short_name": "Apps",
      "url": "/apps",
      "description": "Restart / logs / deploy",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Content Drafts",
      "short_name": "Drafts",
      "url": "/content-drafts",
      "description": "Review + publish queued posts",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
