Inspect and view changes in Wisdom Quotes New Tab source codes across current and past versions
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": "Wisdom Quotes New Tab",
"description": "New Tab Chrome Extension displaying quotes with fantastic backgrounds to inspire you",
"version": "0.0.0.3",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"48": "quotes-icon.png",
"128": "quotes-icon.png"
}
}