Bern the Web

Bern the Web

All the Bernie, all the time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery-2.1.4.js",
        "js/bernTheWeb.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "All the Bernie, all the time.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Bern the Web",
  "version": "1.0",
  "web_accessible_resources": [
    "js/jquery.js",
    "img/*"
  ]
}