Seller Central Utilities

Seller Central Utilities

Productivity tools for Amazon Seller Central.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_title": "Seller Central Utilities"
  },
  "background": {
    "service_worker": "./service-worker.js",
    "type": "module"
  },
  "description": "Productivity tools for Amazon Seller Central.",
  "host_permissions": [
    "http://localhost:3000/*",
    "https://www.staging.sellercentralutils.com/*",
    "https://www.sellercentralutils.com/*",
    "https://sellercentral.amazon.com.br/*",
    "https://sellercentral.amazon.ca/*",
    "https://sellercentral.amazon.de/*",
    "https://sellercentral.amazon.es/*",
    "https://sellercentral.amazon.fr/*",
    "https://sellercentral.amazon.co.uk/*",
    "https://sellercentral.amazon.it/*",
    "https://sellercentral.amazon.com.mx/*",
    "https://sellercentral.amazon.nl/*",
    "https://sellercentral.amazon.se/*",
    "https://sellercentral.amazon.com/*"
  ],
  "icons": {
    "16": "/favicon/favicon-16x16.png",
    "32": "/favicon/favicon-32x32.png",
    "192": "/favicon/android-chrome-192x192.png",
    "512": "/favicon/android-chrome-512x512.png"
  },
  "manifest_version": 3,
  "name": "Seller Central Utilities",
  "permissions": [
    "sidePanel",
    "declarativeNetRequest",
    "scripting"
  ],
  "short_name": "Seller Central Utilities",
  "side_panel": {
    "default_path": "index.html"
  },
  "version": "1.6.2"
}