-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
41 lines (41 loc) · 959 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
32
33
34
35
36
37
38
39
40
41
{
"update_url": "https://github.com/lianshufeng/jetbrains_account",
"manifest_version": 3,
"version": "1.0.2",
"name": "Get Jetbrains Account (2024-11-15)",
"description": "",
"icons": {
"16": "data/icons/16.png",
"19": "data/icons/19.png",
"32": "data/icons/32.png",
"38": "data/icons/38.png",
"48": "data/icons/48.png",
"64": "data/icons/64.png",
"128": "data/icons/128.png",
"256": "data/icons/256.png"
},
"permissions": [
"notifications",
"storage",
"webNavigation",
"contextMenus",
"browsingData",
"tabs",
"proxy",
"activeTab",
"unlimitedStorage",
"webRequest",
"scripting"
],
"homepage_url": "http://www.jpy.wang",
"host_permissions": [
"*://*/*"
],
"background": {
"service_worker": "background.js"
},
"minimum_chrome_version": "99.0.0",
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self';"
}
}