TabJourney

TabJourney

Install TabJourney - a custom New Tab with beautiful wallpapers and backgrounds to make your day!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TabJourney",
  "short_name": "TabJourney",
  "description": "Install TabJourney - a custom New Tab with beautiful wallpapers and backgrounds to make your day!",
  "version": "1.0.3",
  "icons": {
    "16": "./assets/images/icons/16.png",
    "32": "./assets/images/icons/32.png",
    "64": "./assets/images/icons/64.png",
    "128": "./assets/images/icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "./views/newtab.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "unlimitedStorage",
    "storage"
  ],
  "manifest_version": 3,
  "offline_enabled": true,
  "host_permissions": [
    "https://json.geoiplookup.io/*"
  ]
}