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", "author": "color picker", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "default_title": "Click to activate Color Picker", "default_popup": "html\/popup.html" }, "description": "Color picker tool with pallete and history", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "incognito": "split", "manifest_version": 3, "name": "Color Picker", "permissions": [ "scripting", "storage", "alarms", "commands" ], "host_permissions": [ "<all_urls>" ], "commands": { "activate": { "suggested_key": { "default": "Alt+P" }, "description": "Color picker tool" } }, "version": "1.0.0", "web_accessible_resources": [ { "resources": [ "\/web_accessible_resources\/*" ], "matches": [ "<all_urls>" ] } ] }