Monocle By Massview

Monocle By Massview

Get Powerful Sales and Keyword Data For Amazon Products And Automate Review Request Inside Of Seller Central

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Monocle By Massview",
  "description": "Get Powerful Sales and Keyword Data For Amazon Products And Automate Review Request Inside Of Seller Central",
  "version": "1.5.2",
  "permissions": [
    "https://sellercentral.amazon.com/*",
    "https://www.amazon.com/*",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://sellercentral.amazon.com/*",
        "https://www.amazon.com/*"
      ],
      "js": [
        "js/content.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/*"
  ],
  "icons": {
    "32": "assets/logo.png",
    "48": "assets/logo48.png",
    "128": "assets/logo128.png"
  }
}