{
  "name": "Bandeja",
  "short_name": "Bandeja",
  "description": "Notas, links y recordatorios en un solo lugar",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b0b0b",
  "theme_color": "#0b0b0b",
  "orientation": "portrait",
  "icons": [
    { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "./api/share-target.php",
    "method": "GET",
    "params": {
      "title": "titulo",
      "text": "texto",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Nota nueva",
      "url": "./index.html?accion=nuevo",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
