VexTab Music Notation

VexTab Music Notation

Add beautiful music notation to your documents, blogs, or forum posts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VexTab Music Notation",
  "short_name": "VexTab",
  "description": "Add beautiful music notation to your documents, blogs, or forum posts.",
  "version": "0.10",
  "author": "0xFE",
  "browser_action": {
    "default_icon": "img/music-128.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "https://api.imgur.com/",
    "storage"
  ],
  "icons": {
    "128": "img/music-128.png"
  }
}