Neat Tab

Neat Tab

This extension overtakes your new tab and allows you to customize the appearance of your working space

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Neat",
  "name": "Neat Tab",
  "description": "This extension overtakes your new tab and allows you to customize the appearance of your working space",
  "manifest_version": 3,
  "version": "1.0.4",
  "icons": {
    "16": "/images/icons/16.png",
    "32": "/images/icons/32.png",
    "48": "/images/icons/48.png",
    "128": "/images/icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "/index.html"
  },
  "background": {
    "service_worker": "/background.js"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://neatfor.me/*"
  ]
}