-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.appcache
77 lines (60 loc) · 1.83 KB
/
manifest.appcache
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
CACHE MANIFEST
# 07-02-2013
CACHE:
# MAIN
index.html
manifest.webapp
# ICONS
./icons/icon-64.png
./icons/icon.png
./icons/icon.svg
# SCRIPTS
./script/Game.class.js
./script/Grid.class.js
./script/load.js
./script/utils.js
# Custom CSS
./style/design.css
./style/images/about.png
./style/images/new.png
./style/images/refresh.png
./style/images/[email protected]
./style/images/reset.png
# SHARED CSS
./shared/style/action_menu.css
./shared/style/buttons.css
./shared/style/headers.css
./shared/style_unstable/toolbars.css
# SHARED IMAGES
# Actions Menu
./shared/style/action_menu/images/ui/alpha.png
./shared/style/action_menu/images/ui/default.png
./shared/style/action_menu/images/ui/gradient.png
./shared/style/action_menu/images/ui/pattern.png
# Buttons
./shared/style/buttons/images/icons/dialog.png
./shared/style/buttons/images/icons/[email protected]
./shared/style/buttons/images/icons/view.png
./shared/style/buttons/images/icons/[email protected]
./shared/style/buttons/images/ui/danger-disabled.png
./shared/style/buttons/images/ui/danger-press.png
./shared/style/buttons/images/ui/danger.png
./shared/style/buttons/images/ui/default.png
./shared/style/buttons/images/ui/disabled.png
./shared/style/buttons/images/ui/recommend.png
./shared/style/buttons/images/ui/shadow.png
./shared/style/buttons/images/ui/[email protected]
# Headers
./shared/style/headers/images/icons/add.png
./shared/style/headers/images/icons/[email protected]
./shared/style/headers/images/icons/user.png
./shared/style/headers/images/icons/[email protected]
./shared/style/headers/images/ui/header.png
./shared/style/headers/images/ui/noise-pattern.png
./shared/style/headers/images/ui/separator-large.png
./shared/style/headers/images/ui/separator.png
./shared/style/headers/images/ui/shadow.png
./shared/style/headers/images/ui/[email protected]
./shared/style/headers/images/ui/subheader.png
NETWORK:
*