GuitarTabFinder

GuitarTabFinder

As a guitar player, sometimes when you're listening to a song, you just have to learn how to play it! You begin the process of…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GuitarTabFinder",
  "version": "1.0.1",
  "permissions": [
    "tabs",
    "activeTab",
    "https://*/"
  ],
  "browser_action": {
    "default_icon": {
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "index.html",
    "default_title": "Guitar Tab Finder"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}