Skip to content

Commit c9f67a9

Browse files
committed
Also add ID of local unpacked extension
1 parent aa4bab0 commit c9f67a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/background.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ var appID = "com.github.browserpass.native";
1212
// OTP extension id
1313
var otpID = [
1414
"afjjoildnccgmjbblnklbohcbjehjaph", // webstore releases
15-
"jbnpmhhgnchcoljeobafpinmchnpdpin" // github releases
15+
"jbnpmhhgnchcoljeobafpinmchnpdpin", // github releases
16+
"fcmmcnalhjjejhpnlfnddimcdlmpkbdf" // local unpacked
1617
];
1718

1819
// default settings

0 commit comments

Comments
 (0)