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": "Hours to Days", "description": "Convert hours to days by selecting text in a webpage.", "version": "0.0.2", "author": "Clyde D'Souza", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "action": { "default_title": "Open Hours to Days configuration page" }, "permissions": [ "contextMenus", "scripting", "activeTab", "storage" ] }