The Best eBook Finder
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "eBook Search",
"version": "2.0.0",
"description": "The Best eBook Finder",
"icons": {
"16": "assets/icons/16x16.png",
"96": "assets/icons/96x96.png",
"128": "assets/icons/128x128.png"
},
"author": "Candy Tech Ltd",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"homepage_url": "https://www.ebooksearchnow.com/",
"options_page": "options.html",
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"*://*.ebooksearchnow.com/*"
],
"chrome_url_overrides": {
"newtab": "tab.html"
},
"background": {
"service_worker": "main.html"
}
}