Time Tab By Depot

Time Tab By Depot

Beautiful wallpapers with digital clock

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Time Tab By Depot",
  "short_name": "Time Tab",
  "version": "1.1.3",
  "description": "Beautiful wallpapers with digital clock",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ]
}