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": "DimeTime Saver", "version": "1.0", "icons": { "128": "images\/128.png" }, "description": "calculates how much your time is worth in relation to your hourly wage", "permissions": [ "notifications", "tabs", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png" }, "default_title": "Options", "default_popup": "popup.html" } }