{
  "id": "/",
  "name": "Zenbify",
  "short_name": "Zenbify",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00082a",
  "description": "Managing payments and expenses for service businesses.",
  "lang": "en",
  "categories": ["business", "finance", "productivity"],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/static/manifest.json",
      "id": "/"
    }
  ],
  "icons": [
    {
      "src": "/static/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/favicons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/transactions-mobile.png",
      "sizes": "390x776",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Zenbify transactions screen with example business activity"
    },
    {
      "src": "/static/screenshots/projects-mobile.png",
      "sizes": "390x776",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Projects screen with example project activity"
    }
  ]
}
