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": "Tooggle \u2013 Multi Search Engine",
"version": "1.0.0",
"description": "Search instantly on multiple search engines at once. Switch, compare, and boost your productivity!",
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": "Icon.png"
},
"icons": {
"128": "Icon.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"styles\/sidebar.css"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"styles\/*",
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}