Air360 Quick Insights

Air360 Quick Insights

Air360 eCommerce experience analytics platform helps you spot all opportunities to improve revenue and get recommendations to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Air360 Quick Insights",
  "version": "3.10.0",
  "manifest_version": 3,
  "action": {
    "default_icon": "assets/icons/icon_128.png"
  },
  "icons": {
    "16": "assets/icons/icon_16.png",
    "32": "assets/icons/icon_32.png",
    "48": "assets/icons/icon_48.png",
    "128": "assets/icons/icon_128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "host_permissions": [
    "<all_urls>",
    "*://*.air360.io/",
    "*://*.air360tracker.net/"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "cookies"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.inspector.ts-80c571a4-6df003de.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "assets/content-script-loader.read-analytics.ts-0175dc02-cd4bc3e5.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "assets/content-script-loader.datalayer-checker.ts-21dfa0f2-0d073efd.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "assets/content-script-loader.capture-page.ts-7be87698-3f32d708.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "confirm.html",
        "overlay_close_icon.svg",
        "overlay_select_parent.svg"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/message-d9f1e487.js",
        "assets/_commonjsHelpers-725317a4.js",
        "assets/jquery-4dd03484.js",
        "assets/lodash-9252d092.js",
        "assets/read-analytics.ts-0175dc02.js",
        "assets/html.utils-ddb7e8b2.js",
        "assets/inspector.ts-80c571a4.js",
        "assets/datalayer-checker-e8f3fccb.js",
        "assets/global.utils-452007f8.js",
        "assets/datalayer-checker.ts-21dfa0f2.js",
        "assets/capture.utils-a256c3d2.js",
        "assets/capture-page.ts-7be87698.js"
      ],
      "use_dynamic_url": true
    }
  ]
}