{
  "name": "AI Computer — by AI Things",
  "short_name": "AI Computer",
  "description": "Sovereign AI assistant with private notes, tools marketplace, and fleet management. Your personal AI computer.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0B0F",
  "theme_color": "#7C3AED",
  "id": "/",
  "orientation": "portrait",
  "categories": ["productivity", "utilities", "business", "personalization"],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Life Capture",
      "short_name": "Capture",
      "description": "Quickly save a life note, memory, idea, or meeting",
      "url": "/life?source=shortcut&mode=note",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Record Meeting",
      "short_name": "Meeting",
      "description": "Open meeting capture from the home screen",
      "url": "/life?source=shortcut&mode=meeting",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Save Memory",
      "short_name": "Memory",
      "description": "Capture a life memory instantly",
      "url": "/life?source=shortcut&mode=memory",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Phone Photo Backup",
      "short_name": "Backup",
      "description": "Auto-sync photos and videos from your phone",
      "url": "/life?source=shortcut&mode=backup",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "Open your AI-powered notebook",
      "url": "/notebook",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Chat with AI Computer",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "OpenCode Terminal",
      "short_name": "Terminal",
      "description": "AI-powered terminal",
      "url": "/terminal",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tools Marketplace",
      "short_name": "Market",
      "description": "Discover AI tools",
      "url": "/market",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "GET",
    "params": {
      "text": "q"
    }
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}