Bright Tab

Bright Tab

Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bright Tab",
  "description": "Get breathtaking HD images that inspire joy and motivation to start a day. Also, you can get organized with a simple 'to do' list.",
  "version": "1.7",
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/64.png",
    "128": "/images/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "html/newTab.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "manifest_version": 3,
  "author": "Bright Tab",
  "background": {
    "service_worker": "bg.js"
  },
  "host_permissions": [
    "*://bright-tab.com/*"
  ]
}