Travel Backgrounds

Travel Backgrounds

Worldwide travel destination backgrounds to your new Chrome tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Travel Backgrounds",
  "short_name": "Travel Backgrounds",
  "description": "Worldwide travel destination backgrounds to your new Chrome tab.",
  "version": "0.3.0",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon180.png"
  },
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ]
}