{
  "name": "SUTTI Local Buyer App",
  "short_name": "SUTTI Local Buyer",
  "description": "SUTTI Local Buyer App - enabling local buyers to manage transactions, farmers and points of sale, even offline.",
  "start_url": "/",
  "scope": "/",
  "version": "1.0.0",
  "type": "web",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#496A6C",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "icons": [
    { "src": "/icons/logo56.png", "sizes": "57x57", "type": "image/png" },
    { "src": "/icons/logo112.png", "sizes": "114x114", "type": "image/png" },
    { "src": "/icons/logo128.png", "sizes": "120x120", "type": "image/png" },
    { "src": "/icons/pwa-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/pwa-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    {
      "src": "/icons/pwa-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/pwa-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "564x1001",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1919x1201",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "fullscreen": true,
  "developer": {
    "name": "Ksapa",
    "url": "https://ksapa.org/"
  },
  "display": "standalone",
  "prefer_related_applications": false,
  "permissions_policy": {
    "geolocation": ["self"],
    "notifications": ["self"]
  },
  "i18n": {
    "default_locale": "en-US",
    "locales": {
      "en-US": {
        "name": "SUTTI Local Buyer",
        "description": "SUTTI Local Buyer App - manage transactions and farmers."
      },
      "fr-FR": {
        "name": "SUTTI Acheteur Local",
        "description": "Application Acheteur Local SUTTI - gestion des transactions et des producteurs."
      }
    }
  }
}
