Bookmarker

Bookmarker

Bookmarker is a bookmark extension provides search, manage, sync via cloud storage and etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmarker",
  "description": "Bookmarker is a bookmark extension provides search, manage, sync via cloud storage and etc",
  "version": "0.3.2",
  "icons": {
    "16": "images/if_booklet_1055108_16.png",
    "48": "images/if_booklet_1055108_48.png",
    "128": "images/if_booklet_1055108_128.png"
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "storage",
    "unlimitedStorage",
    "chrome://favicon/",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/robots.txt*"
      ],
      "js": [
        "oauth2/oauth2_inject.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "oauth2/oauth2.html"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/if_booklet_1055108_16.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html?aa=1121212",
    "chrome_style": true
  }
}