1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(feat): added edge and opera extension to allowed native messaging host

This commit is contained in:
2024-09-14 10:40:42 +05:30
Unverified
parent aa44486fe0
commit 31af106173

View File

@@ -1,7 +1,7 @@
{ {
"name": "com.neosubhamoy.pytubepp.helper", "name": "com.neosubhamoy.pytubepp.helper",
"description": "A helper app for pytubepp-extention to communicate with pytubepp-cli", "description": "A helper app for pytubepp-extension to communicate with pytubepp-cli",
"path": "pytubepp-helper-msghost.exe", "path": "pytubepp-helper-msghost.exe",
"type": "stdio", "type": "stdio",
"allowed_origins": ["chrome-extension://adebedkaedobamilbbobbajepnnkkfcg/", "chrome-extension://mmhhbpdhkogpcieblpdilflfoimajepp/"] "allowed_origins": ["chrome-extension://adebedkaedobamilbbobbajepnnkkfcg/", "chrome-extension://mmhhbpdhkogpcieblpdilflfoimajepp/", "chrome-extension://ebneapoekcjelholncnlpdohjbjabhbi/", "chrome-extension://cohjehldppmnbfogjdjpbjknhlhmfhjj/"]
} }