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": "Uber Expense Tracker", "description": "My bills be traveling around the world, so I need to track them.", "version": "0.0.0.5", "icons": { "128": "\/images\/download.png" }, "action": { "default_icon": "\/images\/download.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.uber.com\/*", "http:\/\/*.uber.com\/*" ], "permissions": [ "tabs" ] }