{
  "name": "SOULAANS",
  "short_name": "SOULAANS",
  "description": "Sovereign AI field assistant. Built on Solana. The Bridge Is Over.",
  "start_url": "/mobile",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icons/soulaans_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/soulaans_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Coaching",
      "short_name": "SPEAK",
      "description": "Ask the AI assistant",
      "url": "/mobile#speak",
      "icons": [{ "src": "/static/icons/soulaans_icon_192.png", "sizes": "192x192" }]
    },
    {
      "name": "Vault",
      "short_name": "VAULT",
      "description": "SOUL wallet and token access",
      "url": "/mobile#vault",
      "icons": [{ "src": "/static/icons/soulaans_icon_192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/mobile/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "categories": ["productivity", "utilities", "education"],
  "lang": "en-US"
}
