{
   "background": {
      "page": "html/background.html"
   },
   "commands": {
      "crm_command_01": {
         "description": "CRM Keyboard Shortcut number 1",
         "global": true
      },
      "crm_command_02": {
         "description": "CRM Keyboard Shortcut number 2",
         "global": true
      },
      "crm_command_03": {
         "description": "CRM Keyboard Shortcut number 3",
         "global": true
      },
      "crm_command_04": {
         "description": "CRM Keyboard Shortcut number 4",
         "global": true
      },
      "crm_command_05": {
         "description": "CRM Keyboard Shortcut number 5",
         "global": true
      },
      "crm_command_06": {
         "description": "CRM Keyboard Shortcut number 6",
         "global": true
      },
      "crm_command_07": {
         "description": "CRM Keyboard Shortcut number 7",
         "global": true
      },
      "crm_command_08": {
         "description": "CRM Keyboard Shortcut number 8",
         "global": true
      },
      "crm_command_09": {
         "description": "CRM Keyboard Shortcut number 9",
         "global": true
      },
      "crm_command_10": {
         "description": "CRM Keyboard Shortcut number 10",
         "global": true
      }
   },
   "content_scripts": [ {
      "js": [ "js/polyfills/browser.js", "js/contentscripts/contentscript.js" ],
      "matches": [ "\u003Call_urls>" ]
   }, {
      "all_frames": true,
      "js": [ "js/polyfills/browser.js", "js/contentscripts/userstyles.js" ],
      "matches": [ "http://userstyles.org/*", "https://userstyles.org/*" ],
      "run_at": "document_start"
   }, {
      "all_frames": false,
      "js": [ "js/polyfills/browser.js", "js/contentscripts/openusercss.js" ],
      "matches": [ "https://openusercss.org/*", "https://openusercss.com/*" ],
      "run_at": "document_start"
   }, {
      "all_frames": false,
      "include_globs": [ "*.user.css", "*.user.style" ],
      "js": [ "js/polyfills/browser.js", "js/contentscripts/usercss.js" ],
      "matches": [ "\u003Call_urls>" ],
      "run_at": "document_idle"
   } ],
   "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
   "description": "Create a custom right-click menu and choose the links and scripts you want in it.",
   "icons": {
      "128": "icon-large.png",
      "16": "icon-supersmall.png",
      "48": "icon-small.png"
   },
   "incognito": "spanning",
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCXUlpojdeU20HTKbSzT9IVj4U0c25Ne9VgFmVNhGXnOkL+xck/st+a2jPzogUXozDQ41dJM1t7So0+8Xmyqt6WG3JT9dj6O93IkVT39je0dfVgkgCjpe+QRaMDimor8V+R8wWIhkMMXtNt+mcoOqbWRio2sK4uQHxGNtV4miJgFQIDAQAB",
   "manifest_version": 2,
   "minimum_chrome_version": "26",
   "name": "Custom Right-Click Menu",
   "optional_permissions": [ "downloads" ],
   "options_page": "html/options.html",
   "permissions": [ "\u003Call_urls>", "activeTab", "contextMenus", "storage", "unlimitedStorage", "tabs" ],
   "short_name": "CRM",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "2.2.14",
   "web_accessible_resources": [ "js/jquery-2.0.3.js", "js/crmapi.js", "html/install.html", "html/logging.html" ]
}
