{
  "name": "Tio-Du - Seu assistente pessoal",
  "id": "/",
  "short_name": "Tio-Du",
  "description": "Plataforma inteligente para gestão imobiliária e marketing digital",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='375' height='812' viewBox='0 0 375 812'><rect width='100%25' height='100%25' fill='%23ffffff'/><rect x='0' y='0' width='100%25' height='64' fill='%23b5e149'/><text x='50%25' y='40' text-anchor='middle' fill='%23333333' font-size='24' font-family='Arial'>Tio Du</text><rect x='16' y='80' width='343' height='200' rx='8' fill='%23f5f5f5'/><rect x='16' y='296' width='343' height='120' rx='8' fill='%23f5f5f5'/><rect x='16' y='432' width='164' height='120' rx='8' fill='%23f5f5f5'/><rect x='195' y='432' width='164' height='120' rx='8' fill='%23f5f5f5'/></svg>",
      "sizes": "375x812",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Dashboard mobile"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='800' viewBox='0 0 1200 800'><rect width='100%25' height='100%25' fill='%23ffffff'/><rect x='0' y='0' width='240' height='800' fill='%23f5f5f5'/><rect x='240' y='0' width='960' height='64' fill='%23b5e149'/><text x='120' y='40' text-anchor='middle' fill='%23333333' font-size='24' font-family='Arial'>Tio Du</text><rect x='256' y='80' width='570' height='340' rx='8' fill='%23f5f5f5'/><rect x='842' y='80' width='342' height='340' rx='8' fill='%23f5f5f5'/><rect x='256' y='436' width='342' height='200' rx='8' fill='%23f5f5f5'/><rect x='614' y='436' width='570' height='200' rx='8' fill='%23f5f5f5'/></svg>",
      "sizes": "1200x800",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Dashboard desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Acesso direto ao dashboard",
      "url": "/dash",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Imóveis",
      "short_name": "Imóveis", 
      "description": "Gerenciar imóveis",
      "url": "/dash/properties",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+tiodu",
      "url": "/%s"
    }
  ]
} 