{
  "name": "PersBeeld Visual Dictionary",
  "short_name": "PersBeeld",
  "description": "Visual Dutch-Persian dictionary with images, pronunciation, Persian translations, editable categories, and offline PWA support.",
  "lang": "fa",
  "dir": "rtl",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "categories": [
    "education",
    "books",
    "reference",
    "productivity"
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./assets/splash/splash-mobile.png",
      "sizes": "1024x1792",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile splash screen"
    },
    {
      "src": "./assets/splash/splash-desktop.png",
      "sizes": "1792x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop splash screen"
    }
  ]
}