Mindfulli New Tab

Mindfulli New Tab

Nature represents the amazing phenomena of the physical world. Discover new wallpapers of the beauty of nature with every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Mindfulli New Tab",
  "description": "Nature represents the amazing phenomena of the physical world. Discover new wallpapers of the beauty of nature with every new tab.",
  "version": "3.0.15",
  "short_name": "Mindfulli",
  "permissions": [
    "storage"
  ],
  "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": "Mindfulli New Tab"
  },
  "background": {
    "service_worker": "main.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://*.mindfulli.co/*"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mindfulli.co/*"
      ],
      "js": [
        "js/content-scripts/installed.js",
        "js/content-scripts/event-handler.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}