mirror of
https://github.com/tlsnotary/pagesigner-chrome-helper-app.git
synced 2026-01-09 06:48:01 -05:00
17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"name": "PageSigner helper app",
|
|
"description": "Only install this app in combination with PageSigner extension.",
|
|
"version": "1.0.3",
|
|
"manifest_version": 2,
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
}
|
|
},
|
|
"sockets": {
|
|
"tcp": {
|
|
"connect": "*"
|
|
}
|
|
}
|
|
}
|