-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
31 lines (25 loc) · 905 Bytes
/
manifest.json
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
27
28
29
30
31
{
"name": "Annotated News",
"manifest_version": 3,
"version": "3.2",
"description": "The Annotated News Study is an HRB approved research study at the United States Military Academy at West Point.",
"permissions": ["activeTab", "scripting", "storage"],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": ["frame/frame.html", "frame/frame.css", "frame/frame.js", "images/logo.PNG", "images/logo2.PNG", "src/AN_SOURCES/L_ARTICLE_AUDIO1.mp3", "src/AN_SOURCES/L_ARTICLE_SOURCE1.pdf", "src/AN_SOURCES/R_ARTICLE_SOURCE1.pdf"],
"matches": [ "<all_urls>" ]
}
],
"action": {
"default_popup": "popup/popup.html"
},
"icons": {
"16": "images/logo2.PNG",
"32": "images/logo2.PNG",
"48": "images/logo2.PNG",
"128": "images/logo2.PNG"
}
}