Page Contents Sidebar

Page Contents Sidebar

Sidebar for web page contents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Page Contents Sidebar",
  "version": "0.1.6",
  "manifest_version": 2,
  "author": "Shintaro Ikeda",
  "description": "Sidebar for web page contents",
  "homepage_url": "https://github.com/momotaro98/page-contents-sidebar",
  "icons": {
    "128": "icons/icon128.png"
  },
  "permissions": [
    "https://gist.github.com/*"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}