Turn your homepage into a source of daily inspiration & motivation. With each new tab, you'll be greeted with a unique quote.
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",
"name": "Napkinsights - daily inspiration",
"description": "Turn your homepage into a source of daily inspiration & motivation. With each new tab, you'll be greeted with a unique quote.",
"version": "1.0.1",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [],
"icons": {
"16": "images/icon-16x16.png",
"24": "images/icon-24x24.png",
"32": "images/icon-32x32.png",
"48": "images/icon-48x48.png",
"128": "images/icon-128x128.png"
}
}