Bookmark Desktop

Bookmark Desktop

Create your bookmark desktop!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Bookmark Desktop",
  "version": "1.0",
  "description": "Create your bookmark desktop!",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "chrome://favicon/",
    "history"
  ],
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "browser_action": {
    "default_title": "Add to Bookmark Desktop",
    "default_icon": "logo19.png"
  },
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "manifest_version": 2
}