{
  "name": "Active ERP",
  "short_name": "Active ERP",
  "description": "Garments ERP and Order Management",
  "permissions": [
    "notifications",
    "background",
    "alarms",
    "clipboardWrite",
    "downloads",
    "nativeMessaging",
    "storage",
    "contentSettings"
  ],
  "icons": [
    {
      "src": "/image_asset/logo_activeerp.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/image_asset/logo_activeerp-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/image_asset/logo_activeerp-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/image_asset/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/image_asset/screenshot-mobile.png",
      "sizes": "720x1280",
      "type": "image/png"
    }
  ],
  "id": "/console/orders?source=pwa",
  "theme_color": "#4450c3",
  "background_color": "#FFFFFF",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View Orders list",
      "url": "/console/orders?source=pwa",
      "icons": [
        {
          "src": "/image_asset/logo_activeerp-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "View tasks list",
      "url": "/console/tasks?source=pwa",
      "icons": [
        {
          "src": "/image_asset/logo_activeerp-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*",
            "video/*",
            "audio/*",
            "text/*",
            "application/*"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+activeerp",
      "url": "/console/orders?source=pwa&type=%s",
      "title": "Active ERP"
    }
  ]
}