{
  "name": "ASCENDED OS",
  "short_name": "AOS",
  "description": "AI-Powered Operating System for Enhanced Productivity and Consciousness",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a1f",
  "theme_color": "#8B5CF6",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Communications Hub",
      "short_name": "Comms",
      "description": "Open Communications Hub for meetings and calls",
      "url": "/communications",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "AI Studio",
      "short_name": "Studio",
      "description": "Open AI Studio for content creation",
      "url": "/ai-studio",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Agent Hub",
      "short_name": "Agents",
      "description": "Access AI Agents",
      "url": "/agents",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View main dashboard",
      "url": "/",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{"name": "media", "accept": ["image/*", "video/*", "audio/*"]}]
    }
  },
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "screenshots": [
    {
      "src": "/splash-iphone-14-pro-max.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ASCENDED OS — AI-Powered Operating System"
    },
    {
      "src": "/splash-ipad-pro-12.png",
      "sizes": "2048x2732",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ASCENDED OS — Desktop Experience"
    }
  ],
  "id": "ascended-os-pwa",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}