VK - рекомендации аудио из LastFM

VK - рекомендации аудио из LastFM

Показывает рекомендации сервиса Last FM для аудиозаписей VK

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VK - рекомендации аудио из LastFM",
  "description": "Показывает рекомендации сервиса Last FM для аудиозаписей VK",
  "version": "1.9.3",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "LastFM similar artists in VK",
    "default_icon": "icons/icon_16.png"
  },
  "permissions": [
    "https://vk.com/*",
    "https://hblah41x5a.execute-api.eu-central-1.amazonaws.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://vk.com/*"
      ],
      "js": [
        "bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  }
}