{
  "$schema": "https://json.schemastore.org/web-manifest.json",
  "id": "ismart-seep-pwa",
  "name": "iSmart SEEP - Social Task & Earning Platform",
  "short_name": "iSmart SEEP",
  "description": "Enterprise-grade Social Engagement Exchange Platform powered by Next.js & NestJS on ismart.click",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "categories": ["finance", "business", "social", "productivity"],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tasks Marketplace",
      "short_name": "Tasks",
      "description": "Browse and complete micro-tasks to earn credits",
      "url": "/tasks",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Wallet & Ledger",
      "short_name": "Wallet",
      "description": "Check balance and withdraw earnings via bKash/Nagad",
      "url": "/wallet",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Create Campaign",
      "short_name": "Create Task",
      "description": "Create new social media engagement campaign",
      "url": "/create-task",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/ismart-logo.png",
      "sizes": "594x594",
      "type": "image/png",
      "form_factor": "wide",
      "label": "iSmart SEEP Dashboard"
    },
    {
      "src": "/ismart-logo.png",
      "sizes": "594x594",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "iSmart SEEP Mobile View"
    }
  ]
}
