New Tab Motivational Quotes & Image of Nature

New Tab Motivational Quotes & Image of Nature

An extension which shows motivating quotes and random image on the new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Harisankar P S",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "An extension which shows motivating quotes and random image on the new tab page.",
  "incognito": "split",
  "manifest_version": 3,
  "name": "New Tab Motivational Quotes & Image of Nature",
  "host_permissions": [
    "https://zenquotes.io/"
  ],
  "version": "1.0.0"
}