Trends: Dropship Assistant Tool

Trends: Dropship Assistant Tool

Checking trends for specific product

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trends: Dropship Assistant Tool",
  "description": "Checking trends for specific product",
  "icons": {
    "256": "images/trend_icon.png"
  },
  "version": "0.0.1.5",
  "browser_action": {
    "default_title": "Trends: Dropship Assistant Tool",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/context_script.js"
    ]
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "images/trend_icon.png"
  ],
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/content.js",
        "js/trend.js"
      ],
      "matches": [
        "https://*.aliexpress.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.gstatic.com/trends_nrtr/2213_RC01/embed_loader.js; object-src 'self'",
  "permissions": [
    "contextMenus",
    "management",
    "activeTab",
    "storage"
  ]
}