SheetMusicDirect

SheetMusicDirect

Allows you to discover new digital sheet music and more.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SheetMusicDirect",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "version": "1.0.0",
  "description": "Allows you to discover new digital sheet music and more.",
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "page": "eventPage.html",
    "persistent": false
  },
  "permissions": [
    "http://www.sheetmusicdirect.com/",
    "https://www.sheetmusicdirect.com/",
    "tabs",
    "cookies"
  ],
  "browser_action": {
    "default_title": "SheetMusicDirect,",
    "default_icon": "favicon.png",
    "default_popup": "app/index.html"
  }
}