Forest New Tab

Forest New Tab

Forest New Tab Extension Will Display Amazing Images Of Forests In Your New Tab.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Forest New Tab",
  "version": "1.1.3",
  "description": "Forest New Tab Extension Will Display Amazing Images Of Forests In Your New Tab.",
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "./icons/icons8-forest-bubbles-16.png",
    "48": "./icons/icons8-forest-bubbles-32.png",
    "128": "./icons/icons8-forest-bubbles-96.png"
  }
}