Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Photo Editor",
"description": "From cropping and filters to AI image generation, upscaling, and background removal, get everything in one simple tool.",
"version": "1.0.1",
"action": {
"default_title": "Photo Editor"
},
"host_permissions": [
"*:\/\/photoeditor.net\/*"
],
"background": {
"service_worker": "extensionScripts\/background.js"
},
"icons": {
"48": "assets\/images\/extIcon.png"
}
}