Landscapes In Your New Tab

Landscapes In Your New Tab

Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Landscapes In Your New Tab",
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png"
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "icons": {
    "48": "icon-128.png",
    "128": "icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "manifest_version": 3,
  "description": "Get fantastic backgrounds of different landscapes in your new tab, wide variety to choose from.",
  "version": "0.0.39",
  "host_permissions": [
    "*://landscape-theme.com/*"
  ]
}