Chordify - Tune into Chords

Chordify - Tune into Chords

Chordify turns any music or song (YouTube, Deezer, SoundCloud, MP3) into chords.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.8",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://chordify.net/",
      "https://chordify.net/"
    ],
    "launch": {
      "web_url": "https://chordify.net/"
    }
  }
}