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": "Right Click Text Format", "short_name": "Text Format", "version": "5.0", "description": "Speed up text formatting with quick case changes, whitespace management, and more.", "permissions": [ "contextMenus", "activeTab", "scripting", "clipboardRead", "clipboardWrite", "storage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "72": "images\/icon72.png", "96": "images\/icon96.png", "128": "images\/icon128.png", "144": "images\/icon144.png", "192": "images\/icon192.png", "512": "images\/icon512.png", "1024": "images\/icon1024.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ] }