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": "Snapseed - Photo Editor",
"description": "Snapseed is a complete and professional photo editor",
"version": "1.0",
"action": {
"default_icon": "icon.png"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [],
"icons": {
"128": "icon.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/cdnjs.cloudflare.com; font-src 'self' https:\/\/cdnjs.cloudflare.com; img-src 'self' data: blob:;"
}
}