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": "Converter Karbo",
"description": "Converter Karbo online",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"popup.js",
"js\/popper.min.js",
"js\/jquery-1.9.1.js",
"js\/bootstrap.min.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"author": "LeonardoOleg",
"version": "4.1.3",
"icons": {
"48": "krb-logo-48.png"
},
"action": {
"default_title": "Converter Karbo",
"default_icon": "krb-logo-48.png",
"default_popup": "index.html"
}
}