BookMarshall - Create and share bookmarks

BookMarshall - Create and share bookmarks

Bookmarshal is the easiest way to manage, share and organize your online browser projects!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "BookMarshall - Create and share bookmarks",
  "version": "1.0",
  "description": "Bookmarshal is the easiest way to manage, share and organize your online browser projects!",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "options_page": "views/options.html",
  "browser_action": {
    "default_title": "arbor",
    "default_popup": "views/popup.html",
    "default_icon": {
      "16": "images/icons/Icon16.png",
      "32": "images/icons/Icon32.png",
      "48": "images/icons/Icon48.png",
      "128": "images/icons/Icon128.png"
    }
  },
  "icons": {
    "16": "images/icons/Icon16.png",
    "32": "images/icons/Icon32.png",
    "48": "images/icons/Icon48.png",
    "128": "images/icons/Icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}