-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
36 lines (36 loc) · 1.27 KB
/
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
32
33
34
35
36
{
"name": "PageNow",
"version": "1.30",
"description": "Share what you are reading in real-time with your friends and start contextual conversations.",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'sha256-QIjzuIZb7Jf1IBng50cTXWl/u1z2oEXn8eRipyunv9s=' 'sha256-GKErAnu8hP85hkSIiHK2qc1yRwHWIovvitbcPLPoxDw=' 'sha256-A4NZUtnvoQ9cFpR38AhtYGy29iXOVuvIK8zMLffV3pk=' 'sha256-plV8bfrNysGdYGN+s7qdSr0NfoBNT8ipWpFjjs6GBHw='; object-src 'self'",
"background": {
"scripts": ["psl.min.js", "background.js"],
"persistent": true
},
"permissions": [
"storage",
"tabs",
"alarms"
],
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"js": ["./content_static/static/js/main.js", "/content_static/static/js/1.chunk.js"],
"css": ["./content_static/static/css/main.css"],
"match_about_blank": true
}
],
"externally_connectable": {
"matches": ["https://prod.d187lz05ifnwoz.amplifyapp.com/*"]
},
"icons": {
"16": "PageNow_icon_16.png",
"48": "PageNow_icon_48.png",
"128": "PageNow_icon_128.png"
},
"default_locale": "en"
}