-
Notifications
You must be signed in to change notification settings - Fork 45
/
manifest.json
56 lines (56 loc) · 1.75 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
{
"files": {
"app-indexeddb-mirror/app-indexeddb-mirror.html": {
"convertedUrl": "app-indexeddb-mirror/app-indexeddb-mirror.js",
"exports": {}
},
"app-storage-behavior.html": {
"convertedUrl": "app-storage-behavior.js",
"exports": {
"Polymer.AppStorageBehavior": "AppStorageBehavior"
}
},
"app-network-status-behavior.html": {
"convertedUrl": "app-network-status-behavior.js",
"exports": {
"Polymer.AppNetworkStatusBehavior": "AppNetworkStatusBehavior"
}
},
"app-indexeddb-mirror/app-indexeddb-mirror-client.html": {
"convertedUrl": "app-indexeddb-mirror/app-indexeddb-mirror-client.js",
"exports": {
"Polymer.AppIndexedDBMirrorClient": "AppIndexedDBMirrorClient"
}
},
"app-indexeddb-mirror/common-worker.html": {
"convertedUrl": "app-indexeddb-mirror/common-worker.js",
"exports": {
"Polymer.CommonWorker": "CommonWorker"
}
},
"app-localstorage/app-localstorage-document.html": {
"convertedUrl": "app-localstorage/app-localstorage-document.js",
"exports": {}
},
"index.html": {
"convertedUrl": "index.html",
"exports": {}
},
"test/index.html": {
"convertedUrl": "test/index.html",
"exports": {}
},
"test/app-indexeddb-mirror/app-indexeddb-mirror.html": {
"convertedUrl": "test/app-indexeddb-mirror/app-indexeddb-mirror.html",
"exports": {}
},
"test/app-localstorage/app-localstorage-document.html": {
"convertedUrl": "test/app-localstorage/app-localstorage-document.html",
"exports": {}
},
"test/app-storage-compatibility-suite.html": {
"convertedUrl": "test/app-storage-compatibility-suite.js",
"exports": {}
}
}
}