Little Bookmark Box - Modify and Add

Little Bookmark Box - Modify and Add

Modify & Add a link to your Little Bookmark Box.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Little Bookmark Box - Modify and Add",
  "description": "Modify & Add a link to your Little Bookmark Box.",
  "version": "1.1",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Modify & Add a link to your Little Bookmark Box",
    "default_icon": "small_icon_plus.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "lbb_16.png",
    "48": "lbb_48.png",
    "128": "lbb_128.png"
  }
}