Uplifting Tabs

Uplifting Tabs

Feel awesome with every new tab. Motivational quote with a backdrop of beautiful visual keeps you positive and motivated!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Uplifting Tabs",
  "description": "Feel awesome with every new tab. Motivational quote with a backdrop of beautiful visual keeps you positive and motivated!",
  "version": "1.0.0",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}