{
  "name": "Resum Comanda CryptPad",
  "short_name": "Resum",
  "description": "Genera el resum d'una comanda exportada de CryptPad",
  "start_url": "./resum-comanda.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f5f0",
  "theme_color": "#2d6a4f",
  "icons": [
    {
      "src": "remolatxa.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "json",
          "accept": ["application/json", ".json"]
        }
      ]
    }
  }
}
