﻿{
  "name": "Victor IA Brain Tracker",
  "short_name": "Brain Tracker",
  "description": "Centro de operaciones IA para Victor IA Agency",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#060609",
  "theme_color": "#060609",
  "orientation": "portrait",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    { "name": "Chat con IA", "url": "/?tab=chat", "description": "Abrir chat" },
    { "name": "Registrar actividad", "url": "/?tab=tracker", "description": "Registrar tiempo" }
  ]
}