For Google Bookmark

For Google Bookmark

Use Google Bookmark easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "For Google Bookmark",
  "short_name": "FGB",
  "description": "Use Google Bookmark easily",
  "version": "1.23.5",
  "version_name": "Shiba",
  "author": "Aphasia",
  "minimum_chrome_version": "46",
  "icons": {
    "16": "images/icon_16-o.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_title": "For Google Bookmark"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "controllers/venders/jquery.min.js",
        "controllers/venders/jquery.easing.1.3.js",
        "controllers/content.js"
      ]
    }
  ],
  "options_ui": {
    "chrome_style": false,
    "page": "views/options.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "https://www.google.com/bookmarks",
    "chrome://favicon/",
    "https://ucygetfavicon.appspot.com/",
    "https://www.google-analytics.com/"
  ],
  "web_accessible_resources": [
    "views/popup.html"
  ]
}