BeatShine - Boost Beatstars Metrics

BeatShine - Boost Beatstars Metrics

Auto engage with producers and artists from Beatstars on auto pilot and increase your followers & sales

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Beatshine",
  "name": "BeatShine - Boost Beatstars Metrics",
  "version": "5.0.0",
  "description": "Auto engage with producers and artists from Beatstars on auto pilot and increase your followers & sales",
  "icons": {
    "16": "assets/logo.png",
    "48": "assets/logo.png",
    "128": "assets/logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.beatstars.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "default_locale": "en",
  "browser_action": {
    "default_title": "BeatShine"
  },
  "permissions": [
    "cookies",
    "downloads",
    "webRequestBlocking",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "*://*.beatstars.com/*",
    "*://*.beatstars.net/*",
    "*://*.algolianet.com/*",
    "*://*.beatshine.com/*",
    "http://viablimp.com/api/83BYFUOVN8"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ind-widget.freshworks.com https://js.driftt.com/include/ https://www.google-analytics.com 'sha256-Kt/s4X/Ekpk2yCCQ5eypl8O9wMhloX8DOdDsVw82XTg=' 'sha256-dGsCrOJopMQVe9/3GS/nfy+RM65CikBRvbc3Ei32Xgw='; object-src 'self';"
}