PPSPY-#1 Shopify analytics & dropship tool

PPSPY-#1 Shopify analytics & dropship tool

PPSPY provides store analytics, shopify store sales tracker, shopify dropshipping, shopify theme & app detector and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "1.5.12",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/shopify.css"
      ],
      "js": [
        "js/shopify.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/extension-icon-x16.png",
      "32": "icons/extension-icon-x32.png",
      "48": "icons/extension-icon-x48.png",
      "128": "icons/extension-icon-x128.png"
    }
  },
  "icons": {
    "16": "icons/extension-icon-x16.png",
    "32": "icons/extension-icon-x32.png",
    "48": "icons/extension-icon-x48.png",
    "128": "icons/extension-icon-x128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.ppspy.com/*",
      "*://*.shenbihuyu.com/*"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}