{
  "name": "Cestwise",
  "short_name": "Cestwise",
  "description": "Tu cesta, inteligente. Tu hogar, mejor.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#FBF8F1",
  "theme_color": "#073F32",
  "lang": "es-ES",
  "dir": "ltr",
  "scope": "/",
  "orientation": "portrait",
  "categories": ["shopping", "food", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/brand/cestwise-app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/brand/cestwise-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mi lista",
      "short_name": "Lista",
      "url": "/app/lists",
      "icons": [{ "src": "/brand/shortcut-list.png", "sizes": "96x96" }]
    },
    {
      "name": "Recetas",
      "short_name": "Recetas",
      "url": "/app/recipes",
      "icons": [{ "src": "/brand/shortcut-recipes.png", "sizes": "96x96" }]
    },
    {
      "name": "Calendario",
      "short_name": "Calendario",
      "url": "/app/menus",
      "icons": [{ "src": "/brand/shortcut-calendar.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/app/lists/share-import",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "image", "accept": ["image/*"] }]
    }
  }
}
