forked from MrL8199/autodk-edusoftweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
60 lines (60 loc) · 1.59 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"author": "NguyenLinh-UET",
"content_scripts": [
{
"js": [
"js/autorun.js"
],
"css": [
"css/bootstrap.min.css",
"css/toastr.css"
],
"matches": [
"*://qldt.ptit.edu.vn/*",
"*://daotao.hutech.edu.vn/*",
"*://qldt.cs2.ftu.edu.vn/*",
"*://sv.bdu.edu.vn/*",
"*://daotao.nuce.edu.vn/*",
"*://sdh.ou.edu.vn/*",
"*://daotao.hvpnvn.edu.vn/*",
"*://qldt.hanu.vn/*",
"*://daotao.vnua.edu.vn/*",
"*://dkmh.epu.edu.vn/*",
"*://qldt.ptit.info/*",
"*://congthongtin.hvnh.edu.vn/*",
"*://tinchitest.ftu.edu.vn/*",
"*://daotao.humg.edu.vn/*",
"*://ftugate.ftu.edu.vn/*"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"js/background.js"
],
"persistent": false
},
"manifest_version": 2,
"name": "Edusoft Web Tool by NguyenLinh-UET",
"browser_action": {
"default_icon": "img/icon16.png",
"default_title": "Edusoft Web Tool by NguyenLinh-UET",
"default_popup": "html/popup.html"
},
"description": "Tool đăng kí học cho HANU,VNUA,PTIT,...",
"homepage_url": "https://www.facebook.com/nguyenlinh.uet",
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"permissions": [
"storage"
],
"version": "1.0.4",
"web_accessible_resources": [
"js/content.js",
"js/toastr.js"
]
}