Vacay

Vacay

Vacay is a Google Chrome Extension tailored specifically for travel enthusiasts and adventurers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Vacay",
  "description": "Vacay is a Google Chrome Extension tailored specifically for travel enthusiasts and adventurers.",
  "version": "0.8.12.16",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": {
      "16": "favicon.png",
      "48": "favicon.png",
      "128": "favicon.png"
    }
  },
  "icons": {
    "16": "favicon.png",
    "48": "favicon.png",
    "128": "favicon.png"
  },
  "permissions": [
    "storage"
  ]
}