forked from idibidiart/AllSeeingEye
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·26 lines (26 loc) · 767 Bytes
/
manifest.json
File metadata and controls
executable file
·26 lines (26 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "ALL SEEING EYE",
"short_name": "Web Recorder",
"version": "0.0.5",
"manifest_version": 2,
"description": "Record All Browsing in Screenshots & Full Text. Search For Anything At Any Time. Never Forget Where You Read Something. 100% Private",
"icons": {
"16": "icons/AllSeeingEye16.png",
"48": "icons/AllSeeingEye48.png",
"128": "icons/AllSeeingEye128.png"
},
"background": {
"scripts": ["vendor/jquery-2.1.0.min.js", "src/lib/nlp.js", "src/bg/background.js"],
"persistent": true
},
"chrome_url_overrides": {
"history": "src/override/history.html"
},
"permissions": [
"<all_urls>",
"history",
"tabs",
"unlimitedStorage"
],
"content_security_policy": "script-src 'self'; object-src 'self'"
}