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": "PSD to PNG Converter",
"version": "1.0.0",
"description": "Convert PSD files to PNG instantly. Fast, secure, and free - all processing happens locally in your browser.",
"permissions": [
"storage"
],
"action": {
"default_title": "Convert PSD to PNG"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"author": "PSDtoPNG.com",
"homepage_url": "https:\/\/psdtopng.com"
}