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": "__MSG_appName__",
"short_name": "ColorPick Pro",
"version": "1.0.4",
"description": "__MSG_appDesc__",
"default_locale": "en",
"action": {
"default_popup": "src\/popup\/index.html",
"default_title": "__MSG_appName__",
"default_icon": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
}
},
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"permissions": [
"activeTab",
"storage",
"clipboardWrite",
"scripting",
"identity"
],
"oauth2": {
"client_id": "1094562134866-n51hi4vndn7qonqrnp52clfsnupb89a7.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"background": {
"service_worker": "src\/background\/background.js",
"type": "module"
},
"options_page": "src\/options\/index.html",
"commands": {
"activate-eyedropper": {
"suggested_key": {
"default": "Alt+P",
"mac": "Alt+P"
},
"description": "__MSG_commandPickColor__"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}