Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Motivate Clock | Time Tracker", "description": "__MSG_ext_description__", "author": "__MSG_ext_author__", "version": "1.5.8", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "\/assets\/icon_16.png", "48": "\/assets\/icon_48.png", "128": "\/assets\/icon_128.png" }, "permissions": [ "tabs", "idle", "contextMenus" ], "host_permissions": [ "http:\/\/localhost:1257\/*" ], "action": { "default_icon": { "19": "\/assets\/icon_19.png", "38": "\/assets\/icon_38.png" }, "default_title": "__MSG_ext_title__" } }