{
  "name": "Sharpenly — Bilingual Automotive Training",
  "short_name": "Sharpenly",
  "description": "Bilingual automotive training quiz — mechanic, service advisor, tire tech, diagnostics, management.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4FBF7",
  "theme_color": "#00A676",
  "lang": "es",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Mecánico", "short_name": "Mecánico", "url": "./index.html?role=mechanic", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Asesor de Servicio", "short_name": "Asesor", "url": "./index.html?role=service_advisor", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Técnico de Llantas", "short_name": "Llantas", "url": "./index.html?role=tire_tech", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Gerencia Automotriz", "short_name": "Gerencia", "url": "./index.html?role=management", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Diagnóstico", "short_name": "Diagnóstico", "url": "./index.html?role=diagnostics", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ],
  "screenshots": [
    { "src": "screenshot-home.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Home screen" },
    { "src": "screenshot-quiz.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Quiz in progress" }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
