Notify you of new emails sent to InstAddr.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_extName__",
"version": "1.9.4",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*://*/*"
],
"all_frames": true,
"js": [
"content.js"
]
},
{
"matches": [
"*://m.kuku.lu/*"
],
"all_frames": true,
"js": [
"mypage.js"
]
}
],
"browser_action": {
"default_title": "__MSG_extName__",
"default_icon": "img/icon48.png"
},
"background": {
"page": "background.html"
},
"options_ui": {
"page": "options.html"
},
"icons": {
"32": "img/icon32.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"web_accessible_resources": [
"img/icon48.png"
],
"permissions": [
"tabs",
"notifications",
"contextMenus",
"webRequest",
"*://*.kuku.lu/"
],
"browser_specific_settings": {
"gecko": {
"id": "jid1-OgR7luLYC8FGDw@jetpack"
}
}
}