2 "name": "BookStack Google Search",
3 "description": "A simple demo extension to show BookStack results in google",
6 "permissions": ["storage"],
7 "host_permissions": ["http://*/", "https://*/"],
8 "options_page": "options.html",
10 "service_worker": "background.js"
12 "externally_connectable": {
13 "matches": ["https://*.google.com/*"]
17 "matches": ["https://*.google.com/*"],
18 "js": ["content-script.js"]