BidBud/Trade Me switcher

BidBud/Trade Me switcher

This extension allows you to easily switch between the same page on BidBud and Trade Me

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "BidBud/Trade Me switcher",
  "author": "Andrew Connell",
  "description": "This extension allows you to easily switch between the same page on BidBud and Trade Me",
  "version": "1.1.2resigned1",
  "id": "[email protected]",
  "homepage_url": "https://www.bidbud.co.nz",
  "icons": {
    "32": "icons/bidbud32.png",
    "128": "icons/bidbud128.png"
  },
  "page_action": {
    "default_title": "BidBud",
    "default_icon": "icons/bidbud32.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ce585199-9c28-4a33-981f-ab03ca0cd33c}"
    }
  }
}