{
  "name": "MAVC POS",
  "short_name": "MAVC POS",
  "description": "Punto de venta MAVC POS — ventas, cobros y cocina para tu negocio",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "landscape",
  "background_color": "#ffbf1f",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/?share=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["application/json", ".json"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/?file_handler=1",
      "accept": {
        "application/json": [".json", ".postacos.json"]
      }
    }
  ]
}
