Daily Proverbs

Daily Proverbs

Start Your Day With An Inspiring Proverb!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Daily Proverbs",
  "description": "Start Your Day With An Inspiring Proverb! ",
  "version": "1.3",
  "icons": {
    "128": "img/DP128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_title": "Daily Proverbs",
    "default_icon": "img/DP128.png"
  }
}