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",
"background": {
"service_worker": "serviceWorker\/serviceWorker.js"
},
"name": "Turbo Converter",
"icons": {
"128": "icons\/icon2.png"
},
"short_name": "Turbo Converter",
"content_scripts": [
{
"matches": [
"*:\/\/turboconverter.co\/*"
],
"run_at": "document_start",
"all_frames": false,
"js": [
"contentScript.js"
]
}
],
"description": "Turbo Converter provides quick access to a unit and currency converter via a widget on your browser toolbar.",
"version": "1.0.0.1",
"manifest_version": 3,
"action": {
"browser_style": true,
"default_icon": {
"128": "icons\/icon2.png"
},
"default_title": "Turbo Converter",
"default_popup": "popup\/popup.html"
},
"host_permissions": [
"*:\/\/turboconverter.co\/*"
]
}