-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
31 lines (30 loc) · 1.21 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
{
"name": "Taqyeem",
"version": "0.61",
"manifest_version": 2,
"description": "اضافة لتسريع عملية تقييم المحاضرين",
"content_scripts": [{
"matches": [
"https://edugate.ksu.edu.sa/ksu/ui/student/student_evaluation/index/activitiesInstructorsIndex.faces",
"https://edugate.ksu.edu.sa/ksu/ui/student/student_evaluation/index/evaluationTypesIndex.faces",
"https://edugate.ksu.edu.sa/ksu/ui/student/student_evaluation/index/evalQuestionsIndex.faces",
"http://edugate.ksu.edu.sa/ksu/ui/student/student_evaluation/index/activitiesInstructorsIndex.faces",
"http://edugate.ksu.edu.sa/ksu/ui/student/student_evaluation/index/evaluationTypesIndex.faces",
"http://edugate.ksu.edu.sa/ksu/ui/student/student_evaluation/index/evalQuestionsIndex.faces"
],
"js": ["content.js"],
"run_at": "document_end"
}],
"permissions": [
"storage"
],
"icons": {
"64": "64.png",
"48": "48.png",
"128": "128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "تسريع عملية تقييم المحاضرين"
}
}