“Quote Popup” is a simple yet powerful Firefox Addon that provides you with daily motivation and inspiration. With just a click, it displays a random quote about hard work or passive income. This extension is perfect for those who need a little boost
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": "Quote Popup",
"version": "1.0",
"description": "Shows a popup with a quote about hard work or passive income when clicked.",
"icons": {
"48": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{06b232de-45c7-4760-ac02-f9263d7f9b8c}"
}
}
}