TravelMonkey - new tab for travellers

TravelMonkey - new tab for travellers

Discover amazing places everytime you open the new tab. Travel the world; one photo at a time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TravelMonkey - new tab for travellers",
  "description": "Discover amazing places everytime you open the new tab. Travel the world; one photo at a time.",
  "version": "1.0.3.5",
  "icons": {
    "16": "img/icons/icon-16-tm.png",
    "32": "img/icons/icon-32-tm.png",
    "48": "img/icons/icon-48-tm.png",
    "128": "img/icons/icon-128-tm.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.svg",
        "*.js",
        "*.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  }
}