forked from privly/privly-jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 727 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"title": "Privly",
"name": "privly",
"version": "0.5.0",
"description": "Privly enables you to post and read private content through any website without those websites storing or reading your content. This extension is still experimental. For more information on Privly development, go to https://priv.ly/pages/develop",
"main": "lib/background_script.js",
"author": "The Privly Foundation",
"engines": {
"firefox": ">=38.0a1",
"fennec": ">=38.0a1"
},
"license": "OSI - MIT License",
"permissions": {
"cross-domain-content": ["chrome://privly/content/privly-applications/PlainPost/show.html",
"chrome://privly/content/privly-applications/Message/show.html"]
}
}