diff --git a/buildres/linux/org.jabref.jabref.json b/buildres/linux/org.jabref.jabref.json index 091f38e4281..8516f388266 100644 --- a/buildres/linux/org.jabref.jabref.json +++ b/buildres/linux/org.jabref.jabref.json @@ -4,6 +4,6 @@ "path": "/opt/jabref/lib/jabrefHost.py", "type": "stdio", "allowed_extensions": [ - "@jabfox" + "browserextension@jabref.org" ] } diff --git a/buildres/windows/jabref.json b/buildres/windows/jabref.json index 9024c5b17f4..d636c8b71a0 100644 --- a/buildres/windows/jabref.json +++ b/buildres/windows/jabref.json @@ -4,6 +4,6 @@ "path": "JabRefHost.bat", "type": "stdio", "allowed_extensions": [ - "@jabfox" + "browserextension@jabref.org" ] }