{
  "name": "ARTH.OS - Financial Wellness Platform",
  "short_name": "ARTH.OS",
  "description": "Your AI-powered financial wellness companion",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#667eea",
  "background_color": "#ffffff",

  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='48' fill='%23117a65'/%3E%3Cpath d='M42 102h30l15-45 24 84 15-39h24' fill='none' stroke='white' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='128' fill='%23117a65'/%3E%3Cpath d='M112 276h80l40-120 64 224 40-104h80' fill='none' stroke='white' stroke-width='24' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='48' fill='%23117a65'/%3E%3Cpath d='M42 102h30l15-45 24 84 15-39h24' fill='none' stroke='white' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='128' fill='%23117a65'/%3E%3Cpath d='M112 276h80l40-120 64 224 40-104h80' fill='none' stroke='white' stroke-width='24' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "categories": ["productivity", "finance", "health"],

  "shortcuts": [
    {
      "name": "Daily Check-In",
      "short_name": "Check-In",
      "description": "Start your daily financial check-in",
      "url": "/dashboard/checkin",
      "icons": [
        {
          "src": "/shortcut-checkin.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Take Assessment",
      "short_name": "Assessment",
      "description": "Complete your financial assessment",
      "url": "/assessment",
      "icons": [
        {
          "src": "/shortcut-assessment.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Insights",
      "short_name": "Insights",
      "description": "View your financial insights",
      "url": "/dashboard/insights",
      "icons": [
        {
          "src": "/shortcut-insights.png",
          "sizes": "192x192"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "application/pdf"
          ]
        }
      ]
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+arthOS",
      "url": "/?deeplink=%s"
    }
  ],

  "prefer_related_applications": false,

  "related_applications": [],

  "screenshots_dark": [
    {
      "src": "/screenshot-dark-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "color_scheme": "dark"
    }
  ]
}
