Nature Tab

Nature Tab

A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nature Tab",
  "short_name": "Nature Tab",
  "description": "A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.",
  "version": "1.0.1",
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/64.png",
    "64": "/images/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "html/new_tab_page.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://nature-tab.com/*"
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "bg.js"
  }
}