{
  "id": "/",
  "lang": "fr",
  "name": "Thingsform",
  "short_name": "Thingsform",
  "description": "Transformez chaque réponse en action — 50 modules pour collecter, automatiser et piloter votre activité",
  "start_url": "/my-workspace",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#003100",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/logos/favicon.svg?v=14",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logos/favicon.svg?v=14",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/logos/apple-touch-icon.png?v=14",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logos/apple-touch-icon.png?v=14",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f5f5f5' width='540' height='720'/><text x='270' y='360' font-size='48' fill='%23000000' text-anchor='middle' dominant-baseline='middle'>ThingsForm</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%23f5f5f5' width='1280' height='720'/><text x='640' y='360' font-size='48' fill='%23000000' text-anchor='middle' dominant-baseline='middle'>ThingsForm</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveau Formulaire",
      "short_name": "Formulaire",
      "description": "Créer un nouveau formulaire",
      "url": "/builder",
      "icons": [
        {
          "src": "/logos/favicon.svg?v=14",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "Accéder à mes notes",
      "url": "/notes",
      "icons": [
        {
          "src": "/logos/favicon.svg?v=14",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Rendez-vous",
      "short_name": "RDV",
      "description": "Gérer mes rendez-vous",
      "url": "/appointments",
      "icons": [
        {
          "src": "/logos/favicon.svg?v=14",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Documents",
      "short_name": "DMS",
      "description": "Gérer mes documents",
      "url": "/dms",
      "icons": [
        {
          "src": "/logos/favicon.svg?v=14",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "PDF Editor",
      "short_name": "PDF",
      "description": "Éditeur PDF avancé",
      "url": "/pdf-editor",
      "icons": [
        {
          "src": "/logos/favicon.svg?v=14",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["*/*"]
        }
      ]
    }
  }
}
