{
  "name": "Dico Bidon",
  "short_name": "Dico Bidon",
  "description": "Le dictionnaire des mots inventés. Invente, définis, fais rire.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0faf6",
  "theme_color": "#1D9E75",
  "orientation": "portrait-primary",
  "lang": "fr",
  "icons": [
    {
      "src": "/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Invente un mot",
      "short_name": "Inventer",
      "description": "Créer un nouveau mot inventé",
      "url": "/?action=create",
      "icons": [{ "src": "/favicon-32.png", "sizes": "32x32" }]
    }
  ],
  "categories": ["entertainment", "social"]
}
