Beach Browser

Beach Browser

See beautiful beaches from around the world while searching the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "icons/128.png",
    "default_title": "Beach Browser"
  },
  "manifest_version": 3,
  "name": "Beach Browser",
  "short_name": "Beach Browser",
  "version": "1.0.3",
  "description": "See beautiful beaches from around the world while searching the web.",
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "homepage_url": "https://beach-browser.com/",
  "icons": {
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "author": "Greywest"
}