Karaoke Online: Sing Songs with Lyrics

Karaoke Online: Sing Songs with Lyrics

Sing Karaoke songs online alone or with your friends

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": "1.0.3",
  "default_locale": "en",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "homepage_url": "https://useful.tools/karaoke",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Karaoke Online"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}