diff --git a/dist/extension/chrome/rapstore-1.0.8.crx b/dist/extension/chrome/rapstore-1.0.8.crx index 724da61..ed20673 100644 Binary files a/dist/extension/chrome/rapstore-1.0.8.crx and b/dist/extension/chrome/rapstore-1.0.8.crx differ diff --git a/src/extension/manifest.json b/src/extension/manifest.json index 846aeb4..d786a9c 100644 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -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" diff --git a/src/setup/util/common.py b/src/setup/util/common.py index 4ed135e..dc0254f 100644 --- a/src/setup/util/common.py +++ b/src/setup/util/common.py @@ -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):