Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Browser Integration
Commits
9b5ee4a5
Commit
9b5ee4a5
authored
Dec 30, 2020
by
Kai Uwe Broulik
🍇
Browse files
Add Microsoft Edge extension ID
parent
be90566d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9b5ee4a5
...
...
@@ -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
)
...
...
org.kde.plasma.chrome_integration.json.in
View file @
9b5ee4a5
...
...
@@ -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@/"
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment