{
  "id": "/",
  "name": "IA Personal - Sistema de Engenharia Corporal",
  "short_name": "IA Personal",
  "description": "Sistema inteligente de engenharia corporal com IA",
  "start_url": "/",
  "scope": "/",
  "lang": "pt-BR",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "tabbed"],
  "background_color": "#0a0c10",
  "theme_color": "#39FF14",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness", "lifestyle"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://axonpersonal-ai.lovable.app/manifest.json"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "scope_extensions": [
    { "origin": "https://axonpersonal-ai.lovable.app" }
  ],
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "type": "classic"
  },
  "share_target": {
    "action": "/dashboard?view=chat",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+axon",
      "url": "/dashboard?action=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/dashboard?view=chat",
      "accept": {
        "text/plain": [".txt"],
        "text/csv": [".csv"]
      }
    }
  ],
  "note_taking": {
    "new_note_url": "/dashboard?view=chat"
  },
  "widgets": [
    {
      "name": "IA Personal Status",
      "description": "Resumo rápido dos seus treinos",
      "tag": "axon-widget",
      "ms_ac_template": "/widget-template.json"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat com IA",
      "short_name": "Chat",
      "url": "/dashboard?view=chat",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Treinos",
      "short_name": "Treinos",
      "url": "/dashboard?view=workouts",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Cardio",
      "short_name": "Cardio",
      "url": "/dashboard?view=cardio",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AXON Dashboard"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "512x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AXON Mobile"
    }
  ]
}
