{
  "name": "HarkinAI — GTBAS Platform",
  "short_name": "HarkinAI",
  "description": "Geographical team-based accountability system. 80+ integrated applications on haOS.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#070b16",
  "theme_color": "#4285F4",
  "orientation": "portrait-primary",
  "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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Ask Aria",
      "url": "/ask-aria",
      "description": "Chat with Aria"
    },
    {
      "name": "Dev Studio",
      "url": "/dev-studio",
      "description": "Dev Studio"
    },
    {
      "name": "Neural Network",
      "url": "/neural",
      "description": "Aria Prime + Lumen Prime private build environment"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url",
      "files": [
        { "name": "files", "accept": ["image/*","video/*","audio/*","text/*","application/pdf","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/json","text/csv"] }
      ]
    }
  }
}
