A simple and lightweight notepad in your browser. Just click an icon on your toolbar to open it.
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": "WebNotepad",
"version": "1.5.2resigned1",
"description": "A simple notepad for Firefox",
"homepage_url": "https://jaroslavc.eu/webnotepad/",
"icons": {
"600": "img/webnotepad.png"
},
"browser_action": {
"default_icon": "img/webnotepad.png",
"default_title": "WebNotepad",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "webnotepad-dev@jaroslavc.eu"
}
}
}