{
  "id": "/compta.html",
  "name": "MK Compta",
  "short_name": "MK Compta",
  "description": "Comptabilité MK Connect : recouvrement, factures, lettrage, trésorerie — relié à Odoo",
  "start_url": "/compta.html",
  "scope": "/compta.html",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#1a1a2e",
  "lang": "fr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Recouvrement",
      "url": "/compta.html#recouvrement",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Lettrage",
      "url": "/compta.html#lettrage",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Factures",
      "url": "/compta.html#factures",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Trésorerie",
      "url": "/compta.html#tresorerie",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/compta.html#imports",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "application/x-ofx": [
          ".ofx",
          ".qfx"
        ],
        "text/csv": [
          ".csv"
        ]
      },
      "launch_type": "single-client"
    }
  ]
}