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, .

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.5",
  "icons": {
    "48": "icons/logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "page_action": {
    "default_icon": "icon/logo.png",
    "browser_style": true
  }
}