Skip to content

Commit 95ddfe5

Browse files
authored
Merge pull request #232 from medyo/improve-analytics-streak
fix: correct Firefox extension ID format in manifest
2 parents af1e7b5 + 7a71385 commit 95ddfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/firefox.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"browser_specific_settings": {
66
"gecko": {
7-
"id": "f8793186-e9da-4332-aa1e-dc3d9f7bb04c"
7+
"id": "{f8793186-e9da-4332-aa1e-dc3d9f7bb04c}"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)