BestsellingReviews.com is a platform that provides book reviews and best seller lists for readers and book enthusiasts.
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": "Bestselling Reviews",
"short_name": "BestsellingReviews",
"homepage_url": "https://www.bestsellingreviews.com/",
"description": "Only the best books selected for you",
"version": "1",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"action": {
"default_icon": "icon.png",
"default_title": "Bestselling Reviews",
"default_popup": "popup.html"
},
"host_permissions": [
"https://www.bestsellingreviews.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "team@bestsellingreviews.com",
"strict_min_version": "42.0"
}
}
}