Thrive for Chrome

Thrive for Chrome

Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Thrive for Chrome",
  "description": "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.",
  "version": "1.4",
  "permissions": [
    "cookies"
  ],
  "host_permissions": [
    "*://*.thriveglobal.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "thrive.html"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png"
  }
}