Bookmarky Google Bookmarks Adder

Bookmarky Google Bookmarks Adder

Adds a Google bookmark from the current page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmarky Google Bookmarks Adder",
  "description": "Adds a Google bookmark from the current page",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "version": "0.5",
  "permissions": [],
  "background": {
    "scripts": [
      "extension-main.js"
    ]
  },
  "web_accessible_resources": [],
  "browser_action": {
    "default_icon": {
      "19": "img/icon-19.png"
    },
    "default_title": "Bookmarky"
  }
}