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",
"name": "Cloudinary Media Library",
"description": "Access your full Cloudinary Digital Asset Management media library to search, find, preview, and place assets.",
"version": "2.1.1",
"manifest_version": 3,
"incognito": "not_allowed",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content.js",
"loadMlw.js"
],
"run_at": "document_end"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage",
"tabs",
"activeTab",
"contextMenus",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*"
],
"action": [],
"icons": {
"256": "icons\/icon_256.png",
"512": "icons\/icon_512.png"
}
}