Deed Extension

Deed Extension

Bookmark websites by sending them to Deed as you surf the web: click the extension button to bookmark current address as a new deed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Deed Extension",
  "version": "2.1.0",
  "description": "Bookmark websites by sending them to Deed as you surf the web: click the extension button to bookmark current address as a new deed.",
  "default_locale": "en",
  "icons": {
    "16": "images/logo-tiny.png",
    "48": "images/logo-small.png",
    "128": "images/logo-large.png"
  },
  "browser_action": {
    "default_icon": "images/logo-small.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "notifications",
    "http://www.ordinem.com/*",
    "https://www.ordinem.com/*"
  ],
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "images/logo-small.png"
  ],
  "manifest_version": 2
}