-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 838 Bytes
/
Copy pathmanifest.json
File metadata and controls
31 lines (31 loc) · 838 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
27
28
29
30
31
{
"manifest_version": 3,
"name": "WebPets",
"version": "1.0",
"description": "A virtual pet that helps you stay productive while keeping life fun and social!",
"permissions": [
"storage",
"activeTab",
"notifications",
"identity"
],
"host_permissions": [
"https://*.googleapis.com/",
"https://cdn.jsdelivr.net/"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"192": "images/android-chrome-192x192.png",
"512": "images/android-chrome-512x512.png"
}
},
"icons": {
"192": "images/android-chrome-192x192.png",
"512": "images/android-chrome-512x512.png"
},
"options_page": "options.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}