{
  "name": "Trent OS",
  "short_name": "Trent OS",
  "description": "Personal life-management operating system — tasks, projects, inbox, AI tools.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0d10",
  "theme_color": "#0b0d10",
  "categories": ["productivity", "utilities", "lifestyle"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "url": "./#/today",
      "description": "Open today's plan"
    },
    {
      "name": "Quick capture",
      "url": "./#/capture",
      "description": "Capture an idea, task or note"
    },
    {
      "name": "AI tools",
      "url": "./#/tools",
      "description": "Open the AI utilities"
    }
  ]
}
