Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "scripts": [ "scripts\/jquery.min.js", "scripts\/background.js" ] }, "version": "0.2.8", "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "ColorFish \ud83d\udc20 Color Picker" }, "description": "Open-Source Color Picker for Websites and Desktop Apps", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "name": "ColorFish \ud83d\udc20 Color Picker", "options_page": "options.html", "permissions": [ "contextMenus", "notifications", "nativeMessaging", "activeTab", "storage" ], "short_name": "Color Picker", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "dialog.html", "config\/config.json", "images\/gear.png", "images\/close.png", "images\/trash.png", "images\/colorfish_cursor.png" ] }