Sea | Beach Wallpapers HD - New Tab

Sea | Beach Wallpapers HD - New Tab

New Tab to your browser with Amazing images, Sea | Beach Wallpapers in HD NewTab for Chrome 100% Free - BlueArticles.info.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_BAinfo_title__",
  "short_name": "__MSG_BAinfo_short_title__",
  "description": "__MSG_BAinfo_shortdesc__",
  "version": "2.0.1",
  "default_locale": "en",
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_scripts": [
    {
      "matches": [
        "file:///newtab.html*"
      ],
      "css": [
        "css/hide.css"
      ],
      "js": [
        "js/background.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}