Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Photo Editor Pro", "version": "1.0", "description": "A lightweight photo editor with GIMP\/Photoshop-like features", "permissions": [ "contextMenus", "storage", "activeTab" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "assets\/crop.png", "48": "assets\/crop.png", "128": "assets\/crop.png" } }, "background": { "service_worker": "background.js" }, "icons": { "16": "assets\/crop.png", "48": "assets\/crop.png", "128": "assets\/crop.png" } }