{
  "short_name": "ResultOS",
  "name": "ResultOS - The Unstoppable System",
  "description": "Set one winning result, protect deep focus, and close the loop every day.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#031119",
  "theme_color": "#0B0F14",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Morning Setup",
      "short_name": "Morning",
      "description": "Set today's Winning Result.",
      "url": "/morning"
    },
    {
      "name": "Focus Timer",
      "short_name": "Focus",
      "description": "Start a deep work block.",
      "url": "/focus"
    },
    {
      "name": "Close The Loop",
      "short_name": "Close",
      "description": "Review and close the day.",
      "url": "/score"
    }
  ]
}
