Files
pagesigner-chrome-helper-app/manifest.json
2015-10-07 21:36:06 +02:00

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": "*"
}
}
}