Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit afb33f3

Browse files
committed
🐛 Tablis should be the homepage
1 parent 48202a1 commit afb33f3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
diff --git a/browser/extensions/tabliss/manifest.json b/browser/extensions/tabliss/manifest.json
2+
index b22be5737d450e9f7fa2c55dac44432505e293f4..2e6fc77ad046544fb3dda676ff29323326458f06 100644
3+
--- a/browser/extensions/tabliss/manifest.json
4+
+++ b/browser/extensions/tabliss/manifest.json
5+
@@ -13,6 +13,10 @@
6+
"chrome_url_overrides": {
7+
"newtab": "index.html"
8+
},
9+
+ "chrome_settings_overrides": {
10+
+ // Pulse: We want tabliss to appear on the home screen as well as new tabpages
11+
+ "homepage": "index.html"
12+
+ },
13+
"icons": {
14+
"32": "icons/32.png",
15+
"48": "icons/48.png",

0 commit comments

Comments
 (0)