{
  "name": "mdView",
  "short_name": "mdView",
  "description": "Lecteur et éditeur Markdown moderne — PWA hors ligne",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#141c50",
  "theme_color": "#f2f2f7",
  "lang": "fr",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Nouveau", "short_name": "Nouveau", "url": "./?action=new" },
    { "name": "Ouvrir", "short_name": "Ouvrir", "url": "./?action=open" }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": { "text/markdown": [".md", ".markdown"], "text/plain": [".txt"] }
    }
  ]
}
