Extension for Coldplay

Extension for Coldplay

Visit the Coldplay site without leaving the page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "manifest_version": 2
  },
  "description": "Visit the Coldplay site without leaving the page.",
  "default_icon": {
    "16": "images/icontwo.png",
    "128": "images/icon.png"
  },
  "name": "Extension for Coldplay",
  "manifest_version": 2,
  "scripts": "js/",
  "permissions": [
    "tabs",
    "bookmarks",
    "http://m.coldplay.com/"
  ],
  "version": "2"
}