{
  "name": "Pharma Admin - Gestion TVA",
  "short_name": "Pharma Admin",
  "id": "/",
  "description": "Application de gestion des déclarations TVA et taxes pour pharmacie",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#e2dccb",
  "theme_color": "#1c2220",
  "orientation": "any",
  "scope": "/",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "lang": "fr-FR",
  "categories": [
    "business",
    "finance",
    "utilities"
  ],
  "icons": [
    {
      "src": "/static/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Déclaration TVA",
      "short_name": "TVA",
      "description": "Accéder à la déclaration TVA",
      "url": "/declaration-tva",
      "icons": [
        {
          "src": "/static/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Taxe Timbre",
      "short_name": "Timbre",
      "description": "Accéder à la taxe timbre",
      "url": "/taxe-timbre",
      "icons": [
        {
          "src": "/static/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Export Factures",
      "short_name": "Export",
      "description": "Exporter les factures",
      "url": "/export-factures",
      "icons": [
        {
          "src": "/static/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/reception-fichier",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "fichier",
          "accept": [
            "application/pdf",
            ".pdf",
            "text/csv",
            ".csv"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/reception-fichier",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "text/csv": [
          ".csv"
        ],
        "text/comma-separated-values": [
          ".csv"
        ]
      }
    }
  ]
}
