Amazon Canada Search Widget

Amazon Canada Search Widget

The search widget allows you to integrate a search box on your mobile or desktop browser after install a button with pop up will apear on your brower and one wil be added to the context menu, so you can seacrh the selected text on Amazon CA, .

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Search Widget",
  "description": "The search widget allows you to integrate a search box on your mobile or desktop browser.",
  "version": "1.0.6resigned1",
  "icons": {
    "48": "icons/logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "page_action": {
    "default_icon": "icon/logo.png",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fee7a3e5-adff-4925-81a0-82040bbc0af7}"
    }
  }
}