UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "UpContent",
"version": "1.3.1",
"description": "UpContent helps you discover, collaborate, and distribute relevant third-party content that helps turn leads into loyal customers.",
"permissions": [
"activeTab",
"contextMenus"
],
"host_permissions": [
"https://*.upcontent.com/*",
"https://*.configcat.com/*",
"https://api.gettyimages.com/*"
],
"action": {
"default_popup": "chrome.html?nav=minimal",
"default_icon": {
"16": "logo-256x256.png",
"32": "logo-256x256.png",
"48": "logo-256x256.png",
"128": "logo-256x256.png"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "logo-256x256.png",
"32": "logo-256x256.png",
"48": "logo-256x256.png",
"128": "logo-256x256.png"
},
"manifest_version": 3
}