repos
/ newtab master

newtab

mirror archived upstream

A clean new tab page extension for Chrome, easy to grab and customize yourself.

browser-extensionchromechrome-extensioncsshandcodedhtmljavascriptnewtab

351 B · 11 lines · JSON Raw History
 1{
 2  "name": "New Tab",
 3  "description": "A clean tab page made by Isaac Bythewood.",
 4  "homepage_url": "https://github.com/overshard/newtab",
 5  "version": "1.0",
 6  "manifest_version": 3,
 7  "chrome_url_overrides": { "newtab": "newtab.html" },
 8  "permissions": ["storage", "bookmarks", "tabs"],
 9  "host_permissions": ["https://www.accuweather.com/*"]
10}