instakeybinds

instakeybinds

Keybinds for Instapaper

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "instakeybinds",
  "description": "Keybinds for Instapaper",
  "version": "1.0.3",
  "author": "Steve Dignam",
  "homepage_url": "https://github.com/sbdchd/instakeybinds",
  "content_scripts": [
    {
      "matches": [
        "*://www.instapaper.com/*"
      ],
      "js": [
        "bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "16icon.png",
    "48": "48icon.png",
    "128": "128icon.png"
  },
  "permissions": [
    "*://www.instapaper.com/*"
  ]
}