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": "Tally Sync Extension", "version": "1.2", "description": "Sync data from accountant-ai to tally", "permissions": [], "host_permissions": [ "http:\/\/localhost:9000\/*", "http:\/\/13.232.134.181:9000\/*", "http:\/\/172.*\/*", "http:\/\/192.168.*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/app.accountant-ai.com\/*", "https:\/\/accountant-ai.com\/*", "http:\/\/localhost:3000\/*" ], "js": [ "content-script.js" ] } ] }