A screen saver for Mozilla Firefox.
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": "__MSG_lngExtTitle__",
"version": "2.0.1.0",
"description": "__MSG_lngExtDescription__",
"default_locale": "en",
"permissions": [
"storage",
"idle"
],
"background": {
"scripts": [
"scripts/background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/16.png",
"32": "images/32.png",
"48": "images/48.png",
"128": "images/128.png"
}
},
"icons": {
"16": "images/16.png",
"32": "images/32.png",
"48": "images/48.png",
"128": "images/128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{01b3e7f0-22ec-423a-ba76-2c7290b0296e}"
}
}
}