Skip to content

Commit

Permalink
Merge pull request #4 from whalehub/dev
Browse files Browse the repository at this point in the history
Install original Neko Chromium extensions at container runtime
  • Loading branch information
m1k1o authored Aug 16, 2020
2 parents 002ecec + 419cb75 commit 3992bd3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .m1k1o/chromium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ COPY supervisord.conf /etc/neko/supervisord/chromium.conf
COPY preferences.json /usr/lib/chromium/master_preferences
COPY policies.json /etc/chromium/policies/managed/policies.json
COPY openbox.xml /etc/neko/openbox.xml

#
# copy extensions and policy files
COPY ublock.json /usr/share/chromium/extensions/cjpalhdlnbpafiamejdnhcphjbkeiagm.json
COPY ublock.crx /tmp/cjpalhdlnbpafiamejdnhcphjbkeiagm.crx
COPY nordvpn.json /usr/share/chromium/extensions/fjoaledfpmneenckfbpdfhkmimnjocfa.json
COPY nordvpn.crx /tmp/fjoaledfpmneenckfbpdfhkmimnjocfa.crx
Binary file added .m1k1o/chromium/nordvpn.crx
Binary file not shown.
4 changes: 4 additions & 0 deletions .m1k1o/chromium/nordvpn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"external_crx": "/tmp/fjoaledfpmneenckfbpdfhkmimnjocfa.crx",
"external_version": "2.15.2"
}
6 changes: 1 addition & 5 deletions .m1k1o/chromium/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,5 @@
],
"ExtensionInstallBlacklist": [
"*"
],
"ExtensionInstallForcelist": [
"cjpalhdlnbpafiamejdnhcphjbkeiagm",
"fjoaledfpmneenckfbpdfhkmimnjocfa"
]
}
}
Binary file added .m1k1o/chromium/ublock.crx
Binary file not shown.
4 changes: 4 additions & 0 deletions .m1k1o/chromium/ublock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"external_crx": "/tmp/cjpalhdlnbpafiamejdnhcphjbkeiagm.crx",
"external_version": "1.28.4"
}

0 comments on commit 3992bd3

Please sign in to comment.