Amazon Bestseller

Amazon Bestseller

Quick Access to Amazon Best Sellers, New Releases and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Amazon Bestseller",
  "short_name": "Amazon Bestseller",
  "version": "1.0.0",
  "description": "Quick Access to Amazon Best Sellers, New Releases and more",
  "background": {
    "scripts": [
      "/assets/js/jquery-2.2.4.min.js",
      "/assets/js/background.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "128": "amazon128.png"
    },
    "default_title": "Amazon Bestseller",
    "default_popup": "/index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "permissions": [
    "storage"
  ]
}