Classy Quote New Tab

Classy Quote New Tab

This extension provides the best quotes in a new tab with a beautiful background that can be inspirational and change your life

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Classy Quote New Tab",
  "description": "This extension provides the best quotes in a new tab with a beautiful background that can be inspirational and change your life",
  "version": "1.2",
  "manifest_version": 3,
  "icons": {
    "64": "img/classy-quote-64.png",
    "128": "img/classy-quote-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "home.html"
  }
}