Koala Inspector - Shopify Spy & Dropship Tool

Koala Inspector - Shopify Spy & Dropship Tool

Shopify spy and Dropshipping tool for eCommerce & Shopify merchants

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "version": "2.77",
  "version_name": "2.77",
  "icons": {
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png",
    "1024": "icons/icon-1024.png"
  },
  "action": {
    "default_icon": {
      "128": "icons/icon-128.png",
      "256": "icons/icon-256.png",
      "1024": "icons/icon-1024.png"
    },
    "default_title": "Open Koala Inspector"
  },
  "background": {
    "service_worker": "kins_background.js"
  },
  "permissions": [
    "identity",
    "identity.email",
    "unlimitedStorage",
    "tabs",
    "activeTab",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "http://localhost/*",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "kins_content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "old/contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "windowscript.js",
        "assets/*",
        "windowPopup.html",
        "fonts/*",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}