Verde Vale FM 103.7

Verde Vale FM 103.7

Verde Vale FM 103.7

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Verde Vale FM 103.7",
  "version": "1.2",
  "description": "Verde Vale FM 103.7",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon-19.png",
    "default_title": "Verde Vale FM 103.7"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*",
        "http://www.facebook.com/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "manifest_version": 2
}