ASIN Fetcher

ASIN Fetcher

Validate and fetch amazon product pages by ASIN code

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Gopi Tyro",
  "browser_action": {
    "default_icon": "img/icon-16.png",
    "default_popup": "popup.html"
  },
  "short_name": "Amazon asin checker",
  "description": "Validate and fetch amazon product pages by ASIN code",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "manifest_version": 2,
  "name": "ASIN Fetcher",
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "contextMenus"
  ],
  "version": "1.0.3"
}