Inspect and view changes in Gray Facebook Notifications source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Gray Facebook Notifications",
"version": "1.0",
"description": "Makes Facebook less addictive by making notificatiosn gray instead of red",
"icons": {
"48": "gray-icon.png"
},
"content_scripts": [
{
"matches": [
"*://*.facebook.com/*"
],
"js": [
"gray-facebook-notifs.js"
]
}
]
}