Coffee Wallpapers

Coffee Wallpapers

A cup of good strong coffee in the new browser tab will make your morning delightful. The extension changes the default new tabs…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Coffee Wallpapers",
  "version": "0.0.1",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://* http://* http://localhost:* data: blob: filesystem:;"
  }
}