Beatnik

Beatnik

The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Beatnik",
  "version": "1.7",
  "description": "The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.",
  "homepage_url": "https://www.beatnikapp.com",
  "icons": {
    "64": "icons/beatnik.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}