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": "GreenFinch Legal AI Auto Pay",
"version": "1.3",
"permissions": [
"sidePanel"
],
"background": {
"service_worker": "scripts\/background.js"
},
"action": {
"default_title": "Open Side Panel",
"default_icon": "icons\/icon128.png"
},
"icons": {
"128": "icons\/icon128.png"
},
"side_panel": {
"default_path": "side-panel\/index.html"
}
}