StoryGraph Right Click

StoryGraph Right Click

Right click selected text to search for books on StoryGraph.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "description": "Right click selected text to search for books on StoryGraph.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "StoryGraph Right Click",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}