Private Bookmarks

Private Bookmarks

Save your websites, where no one can see them!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.4",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "storage"
  ]
}