-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcache.json
120 lines (120 loc) · 5.28 KB
/
cache.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"files": [
"./index.php",
"./images/app-icons/favicon.svg",
"./images/app-icons/icon.svg",
"./images/iconsheet.css",
"./images/iconsheet.webp",
"./images/pokemonsheet.css",
"./images/pokemonsheet.webp",
"../_common/polyfills/adoptedStyleSheets.min.js",
"../_common/polyfills/es-module-shims.js",
"../_common/polyfills/element-internals.js",
"../_common/polyfills/popover.min.js",
"../_common/components/input-slider/input-slider.js",
"../_common/components/input-switch/input-switch.js",
"../_common/js/per-function-async-queue/mod.js",
"../_common/js/translation-observer/mod.js",
"../colori/lib/dist/colori.min.js",
"../colori/palette/palette.js",
"./ext/confetti.min.d.ts",
"./ext/roboto-medium-latin.woff2",
"./ext/material_icons.css",
"./ext/confetti.min.js",
"./ext/roboto-regular-latin-ext.woff2",
"./ext/roboto-medium-latin-ext.woff2",
"./ext/localforage.min.js",
"./ext/roboto-regular-latin.woff2",
"./ext/material_icons.woff2",
"./pages/chasses-en-cours.html",
"./pages/corbeille.html",
"./pages/chromatiques-ami.html",
"./pages/mes-chromatiques.html",
"./pages/partage.html",
"./pages/pokedex.html",
"./pages/parametres.html",
"./pages/a-propos.html",
"./pages/flux.html",
"./pages/changelog.html",
"./styles/common.css",
"./styles/app-medium.css",
"./styles/themes.css.php",
"./styles/app-large.css",
"./styles/app.css",
"./dist/data/pokemon.json",
"./dist/strings/meta.json",
"./dist/strings/methods.json",
"./dist/strings/games.json",
"./dist/strings/app.json",
"./dist/modules/exportToJSON.js",
"./dist/modules/localForage.js",
"./dist/modules/notification.js",
"./dist/modules/appContent.js",
"./dist/modules/filtres.js",
"./dist/modules/appLifeCycle.js",
"./dist/modules/auth.js",
"./dist/modules/Hunt.js",
"./dist/modules/main.js",
"./dist/modules/Friend.js",
"./dist/modules/syncBackup.js",
"./dist/modules/Settings.js",
"./dist/modules/upgradeStorage.js",
"./dist/modules/lazyLoading.js",
"./dist/modules/callBackend.js",
"./dist/modules/components/filter-menu/filterMenu.js",
"./dist/modules/components/filter-menu/template.js",
"./dist/modules/components/filter-menu/styles.css",
"./dist/modules/components/textField.js",
"./dist/modules/components/bottomSheet.js",
"./dist/modules/components/syncProgress.js",
"./dist/modules/components/hunt-card/huntCard.js",
"./dist/modules/components/hunt-card/template.js",
"./dist/modules/components/hunt-card/styles.css",
"./dist/modules/components/loadSpinner.js",
"./dist/modules/components/notifSwitch.js",
"./dist/modules/components/shinySwitch.js",
"./dist/modules/components/dexDatalist.js",
"./dist/modules/components/radioGroup.js",
"./dist/modules/components/wavyDivider.js",
"./dist/modules/components/syncLine.js",
"./dist/modules/components/sprite-viewer/spriteViewer.js",
"./dist/modules/components/sprite-viewer/template.js",
"./dist/modules/components/sprite-viewer/styles.css",
"./dist/modules/components/textArea.js",
"./dist/modules/components/search-box/searchBox.js",
"./dist/modules/components/search-box/template.js",
"./dist/modules/components/search-box/styles.css",
"./dist/modules/components/feed-card/feedCard.js",
"./dist/modules/components/feed-card/template.js",
"./dist/modules/components/feed-card/styles.css",
"./dist/modules/components/pokemon-sprite/pokemonSprite.js",
"./dist/modules/components/pokemon-sprite/index.html",
"./dist/modules/components/feed-day/feedDay.js",
"./dist/modules/components/feed-day/template.js",
"./dist/modules/components/feed-day/styles.css",
"./dist/modules/components/confetti.js",
"./dist/modules/components/corbeille-card/corbeilleCard.js",
"./dist/modules/components/checkBox.js",
"./dist/modules/components/dexIcon.js",
"./dist/modules/components/friend-shiny-card/friendShinyCard.js",
"./dist/modules/components/shiny-card/shinyCard.js",
"./dist/modules/components/shiny-card/template.js",
"./dist/modules/components/shiny-card/styles.css",
"./dist/modules/components/friend-card/template.js",
"./dist/modules/components/friend-card/styles.css",
"./dist/modules/components/friend-card/friendCard.js",
"./dist/modules/components/inputSelect.js",
"./dist/modules/components/customInput.js",
"./dist/modules/components/shinyStars.js",
"./dist/modules/jsonData.js",
"./dist/modules/Params.js",
"./dist/modules/navigate.js",
"./dist/modules/ShinyBackend.js",
"./dist/modules/Shiny.js",
"./dist/modules/feed.js",
"./dist/modules/translation.js",
"./dist/modules/Pokemon.js",
"./dist/modules/pushSubscription.js",
"./dist/modules/theme.js"
]
}