Transpose for TAB4U

Transpose for TAB4U

Enables transposition of chords in Hebrew chords website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Transpose for TAB4U",
  "description": "Enables transposition of chords in Hebrew chords website",
  "version": "0.1",
  "action": {
    "default_popup": "chords_transposer.html",
    "default_icon": "hash.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "icons": {
    "16": "hash.png",
    "32": "hash.png",
    "48": "hash.png",
    "128": "hash.png"
  }
}