WorldTraveler - Travel Backgrounds

WorldTraveler - Travel Backgrounds

Discover amazing places to travel to in every new tab you open.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WorldTraveler - Travel Backgrounds",
  "manifest_version": 3,
  "short_name": "WorldTraveler",
  "description": "Discover amazing places to travel to in every new tab you open.",
  "version": "1.1.1",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "geolocation",
    "storage"
  ],
  "icons": {
    "128": "img/icon.png"
  },
  "action": {
    "default_icon": {
      "128": "img/icon.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}