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",
"manifest_version": 3,
"name": "Hide Trending Search Suggestions",
"version": "1.0",
"description": "Hides the trending searches suggestions on the search box on google.com",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/www.google.com\/*",
"https:\/\/google.com\/*"
]
}
],
"action": {
"default_icon": "icon_19.png"
},
"content_security_policy": []
}