Lyrics Sense for Microsoft Edge

Lyrics Sense for Microsoft Edge

Sense song lyrics for music streaming websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Lyrics Sense for Microsoft Edge",
  "version": "1.1.2.0",
  "author": "Hereafter",
  "manifest_version": 2,
  "page_action": {
    "default_icon": {
      "20": "images/icons/icon_20.png",
      "40": "images/icons/icon_40.png"
    },
    "default_title": "__MSG_titleMicrosoftEdge__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/platform.js",
      "js/browser.js",
      "js/sensors/sensor.js",
      "js/sensors/youtube.js",
      "js/sensors/spotify.js",
      "js/resolvers/resolver.js",
      "js/resolvers/lyricsovh.js",
      "js/settings.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description__",
  "permissions": [
    "*://*/*",
    "tabs"
  ],
  "icons": {
    "16": "images/icons/icon_16.png",
    "32": "images/icons/icon_32.png",
    "48": "images/icons/icon_48.png",
    "128": "images/icons/icon_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}