{
  "name": "Takus — Autonomous Adaptive AI Knowledge Platform",
  "short_name": "Takus",
  "description": "Capture, analyze, and connect your knowledge. AI-powered platform with goal preservation in accordance with human well-being.",
  "id": "takus",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a1a",
  "theme_color": "#0f0f14",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Meeting Recording",
      "short_name": "Meeting",
      "description": "Start a meeting recording with calendar sync and AI summary",
      "url": "./?type=meeting",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Capture",
      "short_name": "Capture",
      "description": "Start a screen capture or demo recording",
      "url": "./?type=screen",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Presentation",
      "short_name": "Presentation",
      "description": "Start a presentation recording with structured AI notes",
      "url": "./?type=presentation",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Status Update",
      "short_name": "Update",
      "description": "Record a quick async status update for your team",
      "url": "./?type=update",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Voice Note",
      "short_name": "Voice Note",
      "description": "Quick voice recording with AI transcription and task extraction",
      "url": "./?type=voice_note",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
