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",
"name": "Omnibox",
"version": "0.0.1",
"description": "See the full url in pieces",
"manifest_version": 3,
"action": {
"default_popup": "default_popup.html"
},
"permissions": [
"activeTab",
"search"
],
"icons": {
"128": "icons\/128.png"
}
}