Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"action": {
"default_icon": "48x48.png"
},
"background": {
"service_worker": "rootServiceWorker.js"
},
"chrome_url_overrides": {
"newtab": "iframe_msn.html"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"content.scss"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/*.msn.com\/*"
],
"run_at": "document_idle"
}
],
"default_locale": "en",
"description": "__MSG_ExtnDescription__",
"host_permissions": [
"https:\/\/*.msn.com\/*",
"https:\/\/*.microsoft.com\/*"
],
"icons": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
},
"manifest_version": 3,
"name": "__MSG_ExtnName__",
"permissions": [
"cookies",
"storage",
"alarms"
],
"short_name": "__MSG_ExtnName__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.8.0.2",
"web_accessible_resources": [
{
"matches": [],
"resources": [
"*.png"
]
}
]
}