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": "MoneyLover Assistant", "description": "Instantly log transactions into MoneyLover, as easy as chatting with a friend.", "version": "0.2.9", "author": "Finsify JSC <[email protected]>", "manifest_version": 3, "icons": { "16": "icons\/logo\/16x16.png", "32": "icons\/logo\/32x32.png", "48": "icons\/logo\/48x48.png", "96": "icons\/logo\/96x96.png", "128": "icons\/logo\/128x128.png" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/assistant.moneylover.com\/ext\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/logo\/16x16.png", "32": "icons\/logo\/32x32.png", "48": "icons\/logo\/48x48.png", "96": "icons\/logo\/96x96.png", "128": "icons\/logo\/128x128.png" }, "default_title": "MoneyLover Assistant" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/assistant.moneylover.com\/*" ] }