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": "Batch Rename Files",
"description": "Search and batch rename or delete local files.",
"version": "1.0.0",
"manifest_version": 3,
"minimum_chrome_version": "111",
"offline_enabled": true,
"permissions": [],
"icons": {
"128": "icon\/icon.png"
},
"background": {
"service_worker": "background.js"
},
"action": []
}