Deezer Discord Integration

Deezer Discord Integration

This extension allows the user to display Deezer's current playing song in Discord status.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.1.5",
  "default_locale": "en",
  "icons": {
    "16": "discord16.png",
    "48": "discord48.png",
    "128": "discord128.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "permissions": [
    "notifications",
    "storage",
    "tabs",
    "*://discord.com/*"
  ]
}