-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (34 loc) · 910 Bytes
/
Copy pathmanifest.json
File metadata and controls
34 lines (34 loc) · 910 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
32
33
34
{
"manifest_version": 3,
"name": "DownQ",
"description": "Your unofficial companion for managing Meta Quest game versions. Download specific releases, downgrade, and access DLCs with ease.",
"version": "1.5.2",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": ["cookies", "declarativeNetRequestWithHostAccess"],
"host_permissions": ["*://*.oculus.com/*", "*://*.meta.com/*"],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "rules.json"
}
]
},
"background": {
"service_worker": "CookieMonster.js"
},
"content_scripts": [
{
"run_at": "document_start",
"js": ["lib/unzip.min.js", "lib/inflate.min.js", "DownQuest.js"],
"css": ["styles.css"],
"matches": ["*://www.meta.com/*"]
}
]
}