{
  "name": "ObraGestor - Controle de Camadas GISTM",
  "short_name": "ObraGestor Camadas",
  "description": "Sistema de controle de camadas para dry stacking de rejeitos com IA integrada. Funciona 100% offline em campo.",
  "start_url": "/controle_camadas.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#00d8ff",
  "background_color": "#0f2233",
  "prefer_related_applications": false,
  
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f2233' width='192' height='192'/><text x='50%' y='50%' font-size='100' fill='%2300d8ff' text-anchor='middle' dy='.3em' font-weight='bold'>⛏</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230f2233' width='512' height='512'/><circle cx='256' cy='256' r='200' fill='%2300d8ff'/><text x='50%' y='50%' font-size='280' fill='%230f2233' text-anchor='middle' dy='.35em' font-weight='bold'>⛏</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f2233' width='540' height='720'/><rect x='10' y='10' width='520' height='100' fill='%2300d8ff' rx='8'/><text x='30' y='65' font-size='24' fill='%230f2233' font-weight='bold'>Controle de Camadas</text><rect x='10' y='130' width='520' height='160' fill='%23ffffff' fill-opacity='0.05' rx='8'/><text x='30' y='170' font-size='14' fill='%2300d8ff'>KPI Dashboard</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Novo RDO",
      "short_name": "RDO",
      "description": "Criar novo Relatório Diário de Obras",
      "url": "/controle_camadas.php?action=novo_rdo",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2300d8ff' width='96' height='96'/><text x='50%' y='50%' font-size='60' fill='%230f2233' text-anchor='middle' dy='.3em'>📝</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Registrar Teste Lab",
      "short_name": "Lab",
      "description": "Registrar resultado de controle tecnológico",
      "url": "/controle_camadas.php?action=novo_lab",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2300d8ff' width='96' height='96'/><text x='50%' y='50%' font-size='60' fill='%230f2233' text-anchor='middle' dy='.3em'>🔬</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Lançar Camada",
      "short_name": "Camada",
      "description": "Registrar nova camada lançada",
      "url": "/controle_camadas.php?action=nova_camada",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2300d8ff' width='96' height='96'/><text x='50%' y='50%' font-size='60' fill='%230f2233' text-anchor='middle' dy='.3em'>📦</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  
  "categories": ["productivity", "utilities"],
  "screenshots_dark": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f2233' width='540' height='720'/><rect x='10' y='10' width='520' height='100' fill='%2300d8ff' rx='8'/><text x='30' y='65' font-size='24' fill='%230f2233' font-weight='bold'>📊 Dashboard</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "color_scheme": "dark"
    }
  ]
}
