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

Commit f318718

Browse files
committed
🐛 JSON comments to not work in manifest files
1 parent 3008f9a commit f318718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/browser/extensions/tabliss/manifest-json.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
diff --git a/browser/extensions/tabliss/manifest.json b/browser/extensions/tabliss/manifest.json
2-
index b22be5737d450e9f7fa2c55dac44432505e293f4..2e6fc77ad046544fb3dda676ff29323326458f06 100644
2+
index b22be5737d450e9f7fa2c55dac44432505e293f4..9f64d286dab8be040b24c4fdf4456b3a76163591 100644
33
--- a/browser/extensions/tabliss/manifest.json
44
+++ b/browser/extensions/tabliss/manifest.json
55
@@ -13,6 +13,10 @@
66
"chrome_url_overrides": {
77
"newtab": "index.html"
88
},
99
+ "chrome_settings_overrides": {
10-
+ // Pulse: We want tabliss to appear on the home screen as well as new tabpages
10+
+ "_Pulse": "We want tabliss to appear on the home screen as well as new tabpages",
1111
+ "homepage": "index.html"
1212
+ },
1313
"icons": {

0 commit comments

Comments
 (0)