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",
"name": "any-color",
"short_name": "AnyColor",
"version": "0.3.0",
"manifest_version": 2,
"description": "Pick any pixel color from a web page",
"homepage_url": "https:\/\/github.com\/hankchiutw\/any-color",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"scripts": [
"main.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Click or press Alt+Shift+A to launch AnyColor",
"name": "Click to launch AnyColor"
},
"permissions": [
"activeTab"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+A",
"mac": "Alt+Shift+A"
},
"description": "Toggle AnyColor"
}
},
"web_accessible_resources": [
"assets\/*"
]
}