{
  "id": "/",
  "name": "Daneshgaran Mohaseb Iranian",
  "short_name": "Daneshgaran",
  "description": "Accounting, audit, tax, and financial services for businesses in Iran.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [ "window-controls-overlay", "standalone" ],
  "orientation": "any",
  "background_color": "#0d0b1a",
  "theme_color": "#0b132b",
  "lang": "en",
  "dir": "ltr",
  "categories": [ "business", "finance", "productivity" ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Daneshgaran Homepage on Desktop"
    },
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daneshgaran Homepage on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Our Services",
      "short_name": "Services",
      "description": "View our accounting and tax services",
      "url": "/services?source=pwa",
      "icons": [
        {
          "src": "/icons/shortcut-services.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Latest Blog Posts",
      "short_name": "Blog",
      "description": "Read the latest news and whitepapers",
      "url": "/blog/?source=pwa"
    }
  ]
}