MusicCal Link Grabber

MusicCal Link Grabber

Adds the youtube song that you are currently listening to, to your Music Calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "MusicCal Song Grabber"
  },
  "description": "Adds the youtube song that you are currently listening to, to your Music Calendar",
  "homepage_url": "http://musiccal.org/",
  "icons": {
    "16": "images/icon.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhMSYtPonvLjGDw+kRNCaB3jg0betnEAPA9qwdhMGJlwbSyuJ0Tjh2mteRvWwKNnkuxtx8boEAoXlVcXuCo1hdmwwTZj4wD+9+YbZeO5r0yEgptLcyxbfur7DfibEkMT7fHWkHXEgXEvv0RrCKoD3h8yfj+2L+tdKMiXTVxAjA0yQRdRRl65wfwPbFc080bpjvhBgTF3WrTO5dJw8U1BfM+DA1pRuf2C8VwF1vTh7Kl8FgKOZAM80kPgI9E92kDX4VBSSq+TfGTG/9EuHhttvP/PdxTqGmFMqrPpZUnO/CehTRHWa3C0YeHYSlmNfSufrHZlf8pDjk0/bkiKmMqwTvwIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "9",
  "name": "MusicCal Link Grabber",
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.0"
}