AwayTab - Travel Backgrounds

AwayTab - 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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AwayTab - Travel Backgrounds",
  "manifest_version": 3,
  "short_name": "AwayTab",
  "description": "Discover amazing places to travel to in every new tab you open.",
  "version": "1.1.2",
  "default_locale": "en",
  "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"
    }
  }
}