git.fiddlerwoaroof.com
Raw Blame History
{
"manifest_version": 2,

"name": "Add to Marrow",
"description": "This extension adds the current page to your marrow list",
"version": "1.3",

"icons": {
           "16": "marrow_app_16px.png",
           "32": "marrow_app_32px.png",
           "64": "marrow_app_64px.png",
           "128": "marrow_app_128px.png" },

"browser_action": {
  "default_icon": "marrow_browser_action_19px.png",
  "default_popup": "popup.html"
},

"permissions": [
  "storage",
  "activeTab",
  "notifications",
  "https://themarrow.is/",
  "https://joinmarrow.com/"
],

"background": {
  "scripts": ["jquery.min.js", "background.js"]
},

"commands": {
  "share_page": {
    "suggested_key": {
      "windows": "Ctrl+Shift+M",
      "mac": "MacCtrl+Shift+M",
      "linux": "Ctrl+Shift+M"
    },
    "description": "share the current page"
  }
},
                                    


"options_ui": {
  "page": "options.html",
  "chrome_style": true
}}