Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1.2",
"manifest_version": 3,
"short_name": "Online Search",
"description": "Online Search replaces your new tab with trending searches & sponsored web search.",
"name": "Online Search",
"background": {
"service_worker": "service_worker.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"search",
"storage"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.onlinesearchtool.org\/*"
],
"resources": [
"*.json",
"favicon.ico"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}