Loyal Smile - Set Amazon As Default Seller

Loyal Smile - Set Amazon As Default Seller

Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "libs/cws/buy.js",
      "libs/jquery/jquery.js",
      "background_iap_api.js",
      "background_global.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "*://*.amazon.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Set official Amazon, Inc. as the default seller on Amazon.com. Automate and no more manually switching to official seller needed.",
  "icons": {
    "16": "images/main-icon/icon-16.png",
    "32": "images/main-icon/icon-32.png",
    "48": "images/main-icon/icon-48.png",
    "128": "images/main-icon/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Loyal Smile - Set Amazon As Default Seller",
  "options_ui": {
    "chrome_style": false,
    "page": "options.html"
  },
  "page_action": {
    "default_icon": {
      "16": "images/main-icon/icon-16.png",
      "32": "images/main-icon/icon-32.png",
      "48": "images/main-icon/icon-48.png",
      "128": "images/main-icon/icon-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Loyal Smile (Menu)"
  },
  "permissions": [
    "declarativeContent",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "unlimitedStorage",
    "tabs",
    "*://*.amazon.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.9.0.3",
  "version_name": "0.9 beta 1.3"
}