My Search Collector

My Search Collector

The easiest way to keep track of what you are searching for!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "gainsay.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/happen.png",
    "default_title": "My Search Collector",
    "default_popup": "harmonised.html"
  },
  "description": "The easiest way to keep track of what you are searching for!",
  "icons": {
    "128": "icons/gate.png"
  },
  "manifest_version": 2,
  "name": "My Search Collector",
  "externally_connectable": {
    "matches": [
      "https://mysearchcollector.xyz/*"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "version": "2.2"
}