Elementary New Tab

Elementary New Tab

Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Elementary New Tab",
  "description": "__MSG_extDescription__",
  "version": "1.0.3",
  "default_locale": "en",
  "manifest_version": 2,
  "icons": {
    "16": "assets/images/icons/icon_16.png",
    "48": "assets/images/icons/icon_48.png",
    "128": "assets/images/icons/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "topSites",
    "*://wallhaven.cc/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}