Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Galaxy-Newtab",
"short_name": "Galaxy-Newtab",
"version": "1.0.3",
"description": "Use the Galaxy themed extension to search directly from a new tab.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"action": {
"browser_style": false,
"default_icon": "icons\/128.png",
"default_title": "Galaxy-Newtab"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"topSites"
]
}