{
  "name": "Octave OS",
  "short_name": "Octave",
  "description": "Sovereign Productivity Advisor",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-monochrome.svg",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "Glance",
      "short_name": "Glance",
      "description": "Planetary hour, VOC status, and energy at a glance",
      "url": "/widget",
      "icons": [
        {
          "src": "/icon-192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Today",
      "description": "Open your daily cosmic dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon-192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Oracle",
      "short_name": "Oracle",
      "description": "Ask the Oracle",
      "url": "/oracle",
      "icons": [
        {
          "src": "/icon-192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "widgets": [
    {
      "name": "Octave Glance",
      "description": "Current planetary hour, next VOC window, and energy score",
      "tag": "octave-glance",
      "template": "glance",
      "ms_ac_template": "glance",
      "data": "/api/glance",
      "type": "application/json",
      "screenshots": [],
      "icons": [
        {
          "src": "/icon-192.png?v=2",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "backgrounds": [
        {
          "color": "#0a0a0f"
        }
      ]
    }
  ]
}
