Evermark | Bookmarks that last.

Evermark | Bookmarks that last.

The official Evermark Google Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Evermark | Bookmarks that last.",
  "description": "The official Evermark Google Chrome extension",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "evermark.html"
  },
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-1.11.1.min.js",
        "evermark.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ]
}