Last.fm Scrobbler YouTube Canary

Last.fm Scrobbler YouTube Canary

Scrobble music all around the web! (beta)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Last.fm Scrobbler YouTube Canary",
  "version": "1.52.1",
  "version_name": "1.52.1 dev 14.09.15",
  "description": "Scrobble music all around the web! (beta)",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/analytics.js; object-src 'self'",
  "web_accessible_resources": [
    "icon128.png",
    "connectors/jango-dom-inject.js",
    "connectors/plugdj-dom-inject.js",
    "connectors/v2/soundcloud-dom-inject.js",
    "connectors/vk-dom-inject.js"
  ],
  "background": {
    "scripts": [
      "vendor/require.js",
      "core/background/requirejs-config.js",
      "core/background/main.js"
    ]
  },
  "options_page": "options/options.html",
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "https://ws.audioscrobbler.com/2.0/",
    "https://gdata.youtube.com/feeds/api/videos/",
    "http://*/",
    "https://*/"
  ],
  "page_action": {
    "chromeBroken": "remove this line after issue #86449 is resolved"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "connectors/dummy.js"
      ]
    }
  ]
}