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": "XLSX to CSV",
"version": "24.0",
"description": "XLSX to CSV",
"permissions": [
"sidePanel"
],
"background": {
"service_worker": "service-worker.js"
},
"side_panel": {
"default_path": "popup.html"
},
"action": {
"default_title": "Click to open panel",
"default_icon": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
}
}