Sale Booster

Sale Booster

Generate AI description for Ebay, Amazon, Etsy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sale Booster",
  "description": "Generate AI description for Ebay, Amazon, Etsy",
  "version": "2.2",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": "images/Icon.png"
  },
  "permissions": [
    "identity",
    "storage"
  ],
  "host_permissions": [
    "https://hyperhub.opserver.store/",
    "https://dashboard.hyperhub.ai/"
  ],
  "externally_connectable": {
    "matches": [
      "https://hyperhub.opserver.store/*",
      "https://dashboard.hyperhub.ai/*"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "popup/js/lib/fancybox/fancybox.js",
        "popup/js/lib/suneditor/suneditor.min.js",
        "popup/js/lib/jquery-3.7.1.min.js",
        "popup/js/lib/axios.min.js",
        "scripts/describer.js",
        "scripts/content.js"
      ],
      "css": [
        "popup/js/lib/fancybox/fancybox.css",
        "popup/js/lib/suneditor/suneditor.min.css",
        "scripts/content.css"
      ],
      "matches": [
        "https://*.ebay.com/*",
        "https://*.amazon.com/*",
        "https://*.etsy.com/*",
        "https://*.shopee.vn/*",
        "http://ebay-test.my/*",
        "https://dashboard.hyperhub.ai/*",
        "https://hyperhub.opserver.store/*"
      ]
    }
  ],
  "oauth2": {
    "app_url": "https://dashboard.hyperhub.ai",
    "client_id": "hrkQvcCR/hRXmTOHVsElg9VM6GtPoHfkGwxmIuDeGTU=",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup/fonts/SegoeUI-Italic.woff2",
        "popup/fonts/SegoeUI.woff2",
        "popup/fonts/SegoeUI-SemiBold.woff2"
      ],
      "matches": [
        "https://*.ebay.com/*",
        "https://*.amazon.com/*",
        "https://*.etsy.com/*",
        "https://*.shopee.vn/*",
        "http://ebay-test.my/*"
      ]
    }
  ]
}