-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
39 lines (39 loc) · 1.05 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
37
38
39
{
"manifest_version": 3,
"name": "Project TechnOSpat",
"description": "Stereo.Luigi99 tarafından yapıldı. That's-a so nice!",
"version": "1.2",
"icons": {
"16": "pt-icons/icon16.png",
"32": "pt-icons/icon32.png",
"64": "pt-icons/icon64.png",
"128": "pt-icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "618838.technospat.sosyal@technopat.net",
"strict_min_version": "109.0",
"update_url": "https://raw.githubusercontent.com/stereoDotLuigi/Project-TechnOSpat/mario/firefoxUpd.json"
}
},
"web_accessible_resources": [
{
"resources": [ "/icons/*" ],
"matches": [ "https://www.technopat.net/*" ]
}
],
"content_scripts": [
{
"js": [
"scriptMainpage.js"
],
"matches": [
"https://www.technopat.net/sosyal/*"
],
"css": [
"hide-fa.css"
],
"run_at": "document_start"
}
]
}