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 Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Motivational Quotes Tab", "version": "1.6", "description": "Replace the new tab page with daily motivational quotes from 100+ categories of any situation.", "permissions": [ "storage" ], "background": { "service_worker": "bg.js" }, "chrome_url_overrides": { "newtab": "main.html" }, "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "action": { "default_icon": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "default_title": "Motivational Quotes Tab", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "fonts\/*" ], "matches": [ "<all_urls>" ] } ] }