{
  "id": "/my/pulse.html",
  "name": "ARAYA OS — Consciousness Revolution",
  "short_name": "ARAYA",
  "description": "Your voice-first operating system. One orb, everything summoned. Talk to ARAYA, run your day.",
  "start_url": "/my/pulse.html?src=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "/my/icons/araya-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/my/icons/araya-icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/my/icons/araya-maskable-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Talk to ARAYA",
      "short_name": "Talk",
      "description": "Open the voice orb and start talking",
      "url": "/my/pulse.html?mode=voice&src=shortcut",
      "icons": [{ "src": "/my/icons/araya-icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Today's Tasks",
      "short_name": "Tasks",
      "description": "Jump to your task list",
      "url": "/my/pulse.html?widget=tasks&src=shortcut",
      "icons": [{ "src": "/my/icons/araya-icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Vault",
      "short_name": "Vault",
      "description": "Open your document vault",
      "url": "/my/pulse.html?widget=vault&src=shortcut",
      "icons": [{ "src": "/my/icons/araya-icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/.netlify/functions/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "application/pdf",
            "text/*",
            ".txt",
            ".md",
            ".doc",
            ".docx",
            ".rtf",
            ".csv"
          ]
        }
      ]
    }
  }
}
