This extension shows zen quotes to keep you mindful throughout your day
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "The Zen Quote Extension",
"description": "This extension shows zen quotes to keep you mindful throughout your day",
"version": "1.4",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Show me a zen quote"
}
}