anotools-chrome

A Chrome/Brave extension to let you easily open the current page in Outline.com or Hypothes.is.
git clone git://git.alex.balgavy.eu/anotools-chrome.git
Log | Files | Refs | README | LICENSE

manifest.json (369B)


      1 {
      2   "name": "Anotools",
      3   "version": "1.0",
      4   "description": "Open the page in Hypothes.is or Outline.com",
      5   "permissions": ["contextMenus", "activeTab"],
      6   "icons": {"128": "icons8-pencil-48.png"},
      7   "background": {
      8     "scripts": ["background.js"],
      9     "persistent": false
     10   },
     11   "browser_action": {"default_icon": "icons8-pencil-48.png"},
     12   "manifest_version": 2
     13 }