Aurora: Productive and cozy new tab

Aurora: Productive and cozy new tab

Free to define your new tab,add website icons,HD wallpapers,quick access to bookmarks,todo list,weather and history

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ext_name__",
  "default_locale": "en",
  "version": "2.3.11",
  "description": "__MSG_description__",
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "assets/logo/logo_x48.png"
  },
  "chrome_url_overrides": {
    "newtab": "newTab/newTab.html"
  },
  "icons": {
    "16": "assets/logo/logo_x16.png",
    "48": "assets/logo/logo_x48.png",
    "128": "assets/logo/logo_x128.png"
  },
  "optional_permissions": [
    "notifications",
    "bookmarks"
  ],
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "alarms"
  ],
  "host_permissions": [
    "https://www.baidu.com/",
    "https://www.google.com/"
  ]
}