Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Nov 30, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Wisdom Quotes",
"description": "The Wisdom Quotes Chrome Extension - More Wisdom, More Focus",
"version": "3.83",
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
},
"permissions": [
"commands",
"history"
],
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_icon": {
"32": "favicon-32x32.png"
},
"default_popup": "index.html"
},
"commands": {
"next-quote": {
"suggested_key": {
"default": "Ctrl+Shift+Q"
},
"description": "Show the next quote"
}
}
}