Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "Google Search Expander: 100 Results",
"description": "Boost your Google searches by displaying up to 100 results per page instead of the default 10.",
"version": "1.0.0",
"permissions": [
"tabs"
],
"host_permissions": [
"*:\/\/*.google.com\/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}