Dart Profit - Shopee Keyword Research Tool

Dart Profit - Shopee Keyword Research Tool

A chrome chextension to find more keywords from Shopee

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dart Profit - Shopee Keyword Research Tool",
  "description": "A chrome chextension to find more keywords from Shopee",
  "version": "1.0.1",
  "manifest_version": 3,
  "homepage_url": "https://dartprofit.com/",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "64": "icons/64x64.png",
    "128": "icons/128x128.png"
  },
  "action": {
    "default_title": "Shopee Research",
    "default_popup": "popup.html",
    "default_icon": "icons/128x128.png"
  },
  "host_permissions": [
    "https://shopee.com.my/",
    "https://seller.shopee.com.my/"
  ],
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "activeTab"
  ],
  "optional_permissions": [
    "unlimitedStorage"
  ]
}