Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Pixelixe Graphic & Image Editor",
"version": "1.0",
"description": "Edit any image browsing the web with Pixelixe Photo Editor Chrome extension.",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"http://*/*",
"https://*/*"
],
"icons": {
"16": "pixelixe_logo_16x16.png",
"32": "pixelixe_logo_dark__1590953956_39157.png",
"48": "pixelixe_logo_dark__1590954014_10749.png",
"128": "pixelixe_logo_dark__1590953818_66772.png",
"256": "pixelixe-logo-dark.png"
},
"manifest_version": 2
}