Ataraxia New Tab

Ataraxia New Tab

Simple new tab with beautiful daily wallpaper. Start search with your favorite search engine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "short_name": "Ataraxia",
  "default_locale": "en",
  "author": "Anthony",
  "homepage_url": "https://idealland.app/ataraxia/",
  "description": "__MSG_extension_desc__",
  "version": "1.7",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "icons": {
    "16": "./ata_16.png",
    "32": "./ata_32.png",
    "48": "./ata_48.png",
    "128": "./ata_128.png"
  },
  "permissions": [],
  "optional_permissions": [
    "topSites"
  ],
  "host_permissions": [
    "https://*.bing.com/"
  ],
  "background": {
    "service_worker": "./scripts/background.js"
  },
  "options_page": "options.html"
}