Easily personalize and share content collections via a variety of channels and measure engagement and impact.
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",
"manifest_version": 3,
"name": "Mediafly for Chrome",
"description": "Easily personalize and share content collections via a variety of channels and measure engagement and impact.",
"version": "3.0.0",
"host_permissions": [
"http://*/*",
"https://*/*"
],
"permissions": [
"scripting",
"storage",
"tabs"
],
"icons": {
"16": "img/mediafly-icon-16.png",
"32": "img/mediafly-icon-32.png",
"48": "img/mediafly-icon-48.png",
"128": "img/mediafly-icon-128.png"
},
"action": {
"default_icon": {
"16": "img/mediafly-icon-16.png",
"19": "img/mediafly-icon-32.png",
"24": "img/mediafly-icon-32.png",
"32": "img/mediafly-icon-32.png",
"38": "img/mediafly-icon-48.png"
},
"default_popup": "popup.html",
"default_title": "Mediafly"
},
"web_accessible_resources": [
{
"resources": [
"img/mediafly-icon-128.png"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"content_scripts": [
{
"matches": [
"https://outlook-addon-viewer.mediafly.com/*"
],
"js": [
"js/content.js"
]
}
]
}