Wanderlust New Tab

Wanderlust New Tab

Explore the world with breathtaking photos on your new tab page with Wanderlust App.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wanderlust New Tab",
  "description": "Explore the world with breathtaking photos on your new tab page with Wanderlust App.",
  "version": "3.1.2",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d85cab10-21a0-4b1d-a52c-fc678b7dc5f5}"
    }
  },
  "icons": {
    "16": "./favicon-16x16.png",
    "32": "./favicon-32x32.png",
    "48": "./favicon.ico"
  }
}