Creative New Tab

Creative New Tab

Fresh new tab for every day inspiration. Incredible homepage with custom settings. Custom New Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "version": "0.1.3",
  "manifest_version": 3,
  "icons": {
    "16": "favicon.png",
    "32": "logo192.png",
    "48": "logo192.png",
    "128": "logo512.png"
  },
  "action": {
    "default_title": "__MSG_title__",
    "default_icon": {
      "16": "favicon.png",
      "32": "logo192.png",
      "48": "logo192.png",
      "128": "logo512.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}