Nature Wallpapers New Tab Theme

Nature Wallpapers New Tab Theme

Impressive Nature is a captivating extension that brings you the awe-inspiring beauty of animals, flowers, and nature landscapes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nature Wallpapers New Tab Theme",
  "description": "Impressive Nature is a captivating extension that brings you the awe-inspiring beauty of animals, flowers, and nature landscapes.",
  "version": "3.0.56",
  "short_name": "Impressive Nature",
  "permissions": [
    "storage",
    "topSites",
    "tabs",
    "identity"
  ],
  "icons": {
    "16": "icons/16.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "64": "icons/64.png",
      "128": "icons/128.png"
    },
    "default_title": "Nature Wallpapers New Tab Theme"
  },
  "background": {
    "service_worker": "main.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://*.impressivenature.com/*"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.impressivenature.com/*"
      ],
      "js": [
        "js/content-scripts/installed.js",
        "js/content-scripts/event-handler.js"
      ],
      "run_at": "document_start"
    }
  ],
  "oauth2": {
    "client_id": "880638718568-jq1rscg5q32k81or4ltjao2o0v0sh4gv.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhuSvRVooJ8d4iAMbv7Ekuq3uYXe0YIi6UrROwJHtA2SSukcPPYos9UN02MORFoZWDNFddfGEqPLI4h1FTROl+4OWd0pG9N1VY9XPCPL6Od38+mRzls23wEcH7VcTM8ngUfpj7REZfmfoilBNCsbl48X16nO6Bti0t1XP9iLNm0lLSGYqTAiEQZH/bOdEOAHq1Bbj56R+JLYUZFWBqBpqO7uaBmUXnwqA2WdyuaVIyH9l8TfJo/S3pz4xi6fTD0623Cpg32Sh7ioafLJMjk41sVQI6xX7jDS3oe6C6KpWEHPaUfSnFdzZxvB0qtuU57K1r53wT2Q/31MalAv671QEtwIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://mystart.mystartcdn.com https://securetoken.googleapis.com https://*.firebaseio.com;style-src 'self' 'unsafe-inline' https://fonts.googleapis.com  https://mystart.mystartcdn.com https://maxcdn.bootstrapcdn.com"
  },
  "manifest_version": 3
}