{
  "name": "SatiTech — Conscious Productivity",
  "short_name": "SatiTech",
  "description": "Build once. Decide once. Govern always. The mindful operating system for digital life.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["productivity", "business", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/sati-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/workbench-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SatiTech Workbench — full canvas"
    },
    {
      "src": "/screenshots/workbench-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SatiTech mobile view"
    }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "Note",
      "description": "Create a new note in your active sphere",
      "url": "/?action=new-note",
      "icons": [{ "src": "/sati-icon.svg", "sizes": "any" }]
    },
    {
      "name": "Chat with SatiBot",
      "short_name": "SatiBot",
      "description": "Start a conversation with your AI assistant",
      "url": "/?action=bot-chat",
      "icons": [{ "src": "/sati-icon.svg", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
