{
  "name": "PulsiForms — PowerShell UI Designer",
  "short_name": "PulsiForms",
  "description": "Créez des interfaces WinForms par glisser-déposer et générez automatiquement le script PowerShell correspondant.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a12",
  "theme_color": "#7c3aed",
  "lang": "fr",
  "categories": ["developer", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/ico.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/ico.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/ico.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/ico.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/ico.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nouveau projet",
      "short_name": "Nouveau",
      "description": "Démarrer un nouveau design WinForms",
      "url": "./index.html",
      "icons": [{ "src": "icons/ico.png", "sizes": "96x96" }]
    }
  ]
}
