Seesu Music

Seesu Music

Music search, player and meetings. Powered by last.fm and others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.98",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png"
    },
    "default_title": "Seesu",
    "default_popup": "index.html"
  },
  "background": {
    "page": "bg.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "https://*.vk.com/*",
    "http://*.vk.com/*",
    "http://*.last.fm/*",
    "http://*.audioscrobbler.com/*",
    "http://api.soundcloud.com/*",
    "http://*.nigma.ru/*",
    "https://ajax.googleapis.com/*",
    "http://gdata.youtube.com/*",
    "http://*.isohunt.com/*",
    "http://*.seesu.me/*",
    "http://api.songkick.com/*",
    "http://ex.fm/api/*",
    "http://developer.echonest.com/api/*",
    "http://hypem.com/*",
    "https://api.discogs.com/*",
    "https://api.mixcloud.com/*",
    "http://pleer.net/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self' https://www.youtube.com/v/"
}