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": "T search",
"version": "1.1",
"description": "A Custom theme add browser and custom search engine add option with user and user see date and time and website URL add option",
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_icon": "icon.png"
},
"icons": {
"16": "icon16.png",
"48": "icon32.png",
"128": "icon.png"
},
"permissions": [
"history",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"options_page": "options.html"
}