Get your notification button for Mail Outlook™ right now!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"applications": {
"gecko": {
"id": "{170cba81-f69d-4e9e-ad4a-af2c89ce0455}"
}
},
"background": {
"scripts": [
"background.js",
"newtabpromo_bg.js"
]
},
"browser_action": {
"default_icon": "icons/icon128.png",
"default_title": "__MSG_appButtonDesc__"
},
"content_scripts": [],
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"https://*.live.com/*"
],
"short_name": "__MSG_appShortName__",
"version": "1.0.4.36"
}