-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
executable file
·49 lines (49 loc) · 1.86 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
{
"name": "WACCESS",
"version": "1.0",
"description": "Plugin to highlight violations for selected guidelines from WCAG 2.0, 2.1 and 2.2 series",
"minimum_chrome_version": "46",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"matches": [
"https://*/*",
"https://*/*/*",
"https://*/*/*/*",
"https://*/*/*/*/*",
"https://*/*/*/*/*/*",
"http://*/*",
"http://*/*/*",
"http://*/*/*/*",
"http://*/*/*/*/*",
"http://*/*/*/*/*/*"
],
"js": [
"1_1_1_NonTextContent(A).js",
"1_3_1_InfoAndRelationships(A).js",
"1_3_5_Identify_Input_Purpose(AA).js",
"1_3_6_Identify_Purpose(AAA).js",
"1_4_1_UseOfColor(A).js",
"1_4_3_Contrast(Minimum)(AA).js",
"1_4_4_ResizeText(AA).js",
"1_4_6_Contrast(Enhanced)(AAA).js",
"2_1_1_Keyboard(A).js",
"2_2_2_Pause,Stop,Hide(A).js",
"jquery-3.6.0.js",
"2_4_4_LinkPurpose(A).js",
"2_4_6_HeadingsAndLabels(AA).js",
"2_4_11_FocusAppearanceMinimum(AA).js",
"2_4_12_FocusAppearanceEnhanced(AAA).js",
"2_5_7_Dragging(AA).js",
"2_5_8_Target Size_(Minimum)(AA).js",
"3_1_1_LanguageOfPage(A).js",
"3_3_2_LabelsOrInstructions(A).js",
"3_3_7_AccessibleAuthentication(A).js",
"4_1_1_Parsing(A).js",
"wcag_2_1_bundled.js"
],
"all_frames": false
}
],
"manifest_version": 2
}