Skip to content

Commit

Permalink
changed chrome extension id
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikVE committed Feb 16, 2018
1 parent 203a0d7 commit 01ec25a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified dist/extension/chrome/rapstore-1.0.8.crx
Binary file not shown.
1 change: 0 additions & 1 deletion src/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+iN0lm7+SicPKrVIFY0vtNgMgW/1CBrTcqw5hxnL2ewGgQwpytezEowoASHLCF4hbjU/7RAuUETf+c7CjhvQABUUV+WOBzr3tf39B9fNiiNYt4fX9vlP+nRmLpME7GJa5XnzRYrYiavZis4NfkAfAyqB18iAdrPCXRc6XjQlBZBzBzZFCnH0aLjtjj8sWHK+soh2enVXkNXtIyURFLwiRzNe3PqVmNZWqlrnPwtHezjrRSBL58c+fchlf/d2K1ktTE8sLdk3lpP6UnJ4BZZpHYrlbVwB6KpgvSDC+Ubrqwr/9BiYgb4qcA2cprjD2Yb6QJF3UBaaoAIgHM9aczdLtQIDAQAB",
"applications": {
"gecko": {
"id": "rapstore.browser-integration@riot-apps.net"
Expand Down
2 changes: 1 addition & 1 deletion src/setup/util/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .browser import BrowserNotSupportedException

FIREFOX_EXTENSION_ID = 'rapstore.browser-integration@riot-apps.net'
CHROME_EXTENSION_ID = 'omfbdeblphficlecofpbkdcchnghnkhc'
CHROME_EXTENSION_ID = 'dlbaedkcgjohebkgillljbggndicfoej'


def get_target_dirs(home_dir, browser):
Expand Down

0 comments on commit 01ec25a

Please sign in to comment.