PlayLibe. Spotify in Deezer & vice versa

PlayLibe. Spotify in Deezer & vice versa

This extension allows you to open Spotify links in Deezer nd vice versa.

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__",
  "short_name": "PlayLibe",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.5",
  "icons": {
    "32": "icon_32.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "utils.js",
        "playlibe.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "identity",
    "tabs",
    "activeTab",
    "storage",
    "https://www.googleapis.com/",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "open.html",
    "open.js",
    "utils.js",
    "pro.html",
    "pro.js",
    "thanks.html",
    "icon_32.png"
  ],
  "oauth2": {
    "client_id": "435965468273-vkm36gtl48mue2s8g8ilesj3c563cuu3.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  }
}