diff --git a/README.md b/README.md new file mode 100644 index 0000000..c823e5f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +A minimal new tab page for Chrome \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..e69de29 diff --git a/icons/icon_128.png b/icons/icon_128.png new file mode 100644 index 0000000..c0431b5 Binary files /dev/null and b/icons/icon_128.png differ diff --git a/icons/m.svg b/icons/m.svg new file mode 100644 index 0000000..a7bb6d8 --- /dev/null +++ b/icons/m.svg @@ -0,0 +1,62 @@ + + + \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..2bebf58 --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "name": "Minimalite", + "description": "New Tab page replacement", + "version": "0.1.0", + "manifest_version": 2, + "icons": { + "128": "icons/icon_128.png" + }, + "chrome_url_overrides" : { + "newtab": "newtab.html" + } +} \ No newline at end of file diff --git a/newtab.html b/newtab.html new file mode 100644 index 0000000..09ff003 --- /dev/null +++ b/newtab.html @@ -0,0 +1,19 @@ + +
+ + + + + + + + + + + + +