Clean Rarity New Tab

Clean Rarity New Tab

Replaces the default New Tab page with a clean one for the Rarity Theme. Background by BlueDragonHans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clean Rarity New Tab",
  "description": "Replaces the default New Tab page with a clean one for the Rarity Theme. Background by BlueDragonHans.",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "nt.html"
  }
}