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": "Color Pickup Pro",
"version": "2.0.0",
"description": "Pixel-perfect color picker with advanced features: shades generator, favorites, export, and more.",
"author": "Rakshan Manvaith",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
}
},
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"service_worker": "src\/background\/service-worker.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}