By: Igor Araújo
Inspect and view changes in EnvAwareness source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "EnvAwareness",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "0.8resigned1",
"browser_action": {
"default_icon": "icons/icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon.png"
},
"permissions": [
"storage",
"https://ajax.googleapis.com/"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"js/notificationInjector.js"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"js/background.js"
]
},
"applications": {
"gecko": {
"id": "envawareness@araujoigor",
"strict_min_version": "45.0"
}
}
} Best EnvAwareness Alternatives
Here are some Firefox add-ons that are similar to EnvAwareness:
Environment Warning
Arjan Frans
EnvSwitcher
tslava
Environment Marker
Environment Marker
Production Warning Banner
ct1735x
Enviro-Shade
NKoeppe
Am I doing this in Prod ?
FloraGC
Prodwarn - Production Warning
Kim Nguyen
Environment Switcher
Exobytelabs
Environments keeper
Islam Farg
Exam Environment
Nikhil Thakur
Project Environment Switcher
jarnedel
Env Border
jmason87