Little Bookmark Box - Add to Inbox

Little Bookmark Box - Add to Inbox

Add a link directly to your Little Bookmark Box > Inbox.

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 - Add to Inbox",
  "description": "Add a link directly to your Little Bookmark Box > Inbox.",
  "version": "1.1",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Add a link directly to your Little Bookmark Box > Inbox",
    "default_icon": "small_icon.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "lbb_16.png",
    "48": "lbb_48.png",
    "128": "lbb_128.png"
  }
}