-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest-old.json
More file actions
37 lines (37 loc) · 938 Bytes
/
manifest-old.json
File metadata and controls
37 lines (37 loc) · 938 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
35
36
37
{
"manifest_version": 2,
"name": "ao3 saver",
"description": "automatically backup ao3 works so you never lose what you're reading again",
"version": "0.7.4",
"icons": {
"16": "/images/icon16.png",
"48": "/images/icon48.png",
"128": "/images/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "/images/icon16.png",
"48": "/images/icon48.png",
"128": "/images/icon128.png"
},
"default_popup": "/popup/popup.html"
},
"content_scripts": [{
"matches": ["https://archiveofourown.org/works/*"],
"js": ["work_page.js"]
}],
"permissions": [
"webRequest",
"storage",
"https://ao3saver.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{2abc409c-ab7d-4291-a1c7-ba28eed154fc}",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": ["browsingActivity", "websiteContent"]
}
}
}
}