Skip to content

Commit

Permalink
Add Microsoft Edge extension ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroulik committed Jan 4, 2021
1 parent be90566 commit 9b5ee4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ if(NOT DEFINED CHROME_EXTENSION_ID)
set(CHROME_EXTENSION_ID "cimiefiiaegbelhefglklhhakcgmhkai")
endif()

if(NOT DEFINED EDGE_EXTENSION_ID)
set(EDGE_EXTENSION_ID "dnnckbejblnejeabhcmhklcaljjpdjeh")
endif()

# TODO configure manifest.json

configure_file(org.kde.plasma.chrome_integration.json.in org.kde.plasma.chrome_integration.json @ONLY)
Expand Down
3 changes: 2 additions & 1 deletion org.kde.plasma.chrome_integration.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"path": "@KDE_INSTALL_FULL_BINDIR@/plasma-browser-integration-host",
"type": "stdio",
"allowed_origins": [
"chrome-extension://@CHROME_EXTENSION_ID@/"
"chrome-extension://@CHROME_EXTENSION_ID@/",
"chrome-extension://@EDGE_EXTENSION_ID@/"
]
}

0 comments on commit 9b5ee4a

Please sign in to comment.