Skip to content

Commit af1e7b5

Browse files
authored
Merge pull request #231 from medyo/improve-analytics-streak
feat: add browser-specific settings for Firefox extension
2 parents cbe7688 + fea02e8 commit af1e7b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/firefox.manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"background": {
33
"scripts": ["background.js"]
4+
},
5+
"browser_specific_settings": {
6+
"gecko": {
7+
"id": "f8793186-e9da-4332-aa1e-dc3d9f7bb04c"
8+
}
49
}
510
}

0 commit comments

Comments
 (0)