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": "Canva app - Photo & Video Editor",
"version": "1.0",
"description": "A simple photo and video editor with a modern design.",
"action": {
"default_title": "Open Canva Editor"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [],
"icons": {
"128": "icon.png"
},
"web_accessible_resources": [
{
"resources": [
"app.html",
"thanks.html",
"css\/styles.css",
"js\/app.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}