Spaces:
Sleeping
Sleeping
Delete static
Browse files- static/manifest.json +0 -20
- static/service-worker.js +0 -20
- static/static/Icon-192.png +0 -3
- static/static/Icon-512.png +0 -3
- static/static/manifest.json +0 -20
- static/static/service-worker.js +0 -20
static/manifest.json
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "TaskBot AI",
|
| 3 |
-
"short_name": "TaskBot",
|
| 4 |
-
"start_url": "/",
|
| 5 |
-
"display": "standalone",
|
| 6 |
-
"background_color": "#ffffff",
|
| 7 |
-
"theme_color": "#007bff",
|
| 8 |
-
"icons": [
|
| 9 |
-
{
|
| 10 |
-
"src": "/static/icon-192.png",
|
| 11 |
-
"type": "image/png",
|
| 12 |
-
"sizes": "192x192"
|
| 13 |
-
},
|
| 14 |
-
{
|
| 15 |
-
"src": "/static/icon-512.png",
|
| 16 |
-
"type": "image/png",
|
| 17 |
-
"sizes": "512x512"
|
| 18 |
-
}
|
| 19 |
-
]
|
| 20 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static/service-worker.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
self.addEventListener('install', function(event) {
|
| 2 |
-
event.waitUntil(
|
| 3 |
-
caches.open('taskbot-cache').then(function(cache) {
|
| 4 |
-
return cache.addAll([
|
| 5 |
-
'/',
|
| 6 |
-
'/static/style.css',
|
| 7 |
-
'/static/script.js',
|
| 8 |
-
'/static/icon-192.png'
|
| 9 |
-
]);
|
| 10 |
-
})
|
| 11 |
-
);
|
| 12 |
-
});
|
| 13 |
-
|
| 14 |
-
self.addEventListener('fetch', function(event) {
|
| 15 |
-
event.respondWith(
|
| 16 |
-
caches.match(event.request).then(function(response) {
|
| 17 |
-
return response || fetch(event.request);
|
| 18 |
-
})
|
| 19 |
-
);
|
| 20 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static/static/Icon-192.png
DELETED
Git LFS Details
|
static/static/Icon-512.png
DELETED
Git LFS Details
|
static/static/manifest.json
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "TaskBot AI",
|
| 3 |
-
"short_name": "TaskBot",
|
| 4 |
-
"start_url": "/",
|
| 5 |
-
"display": "standalone",
|
| 6 |
-
"background_color": "#ffffff",
|
| 7 |
-
"theme_color": "#007bff",
|
| 8 |
-
"icons": [
|
| 9 |
-
{
|
| 10 |
-
"src": "/static/icon-192.png",
|
| 11 |
-
"type": "image/png",
|
| 12 |
-
"sizes": "192x192"
|
| 13 |
-
},
|
| 14 |
-
{
|
| 15 |
-
"src": "/static/icon-512.png",
|
| 16 |
-
"type": "image/png",
|
| 17 |
-
"sizes": "512x512"
|
| 18 |
-
}
|
| 19 |
-
]
|
| 20 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static/static/service-worker.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
self.addEventListener('install', function(event) {
|
| 2 |
-
event.waitUntil(
|
| 3 |
-
caches.open('taskbot-cache').then(function(cache) {
|
| 4 |
-
return cache.addAll([
|
| 5 |
-
'/',
|
| 6 |
-
'/static/style.css',
|
| 7 |
-
'/static/script.js',
|
| 8 |
-
'/static/icon-192.png'
|
| 9 |
-
]);
|
| 10 |
-
})
|
| 11 |
-
);
|
| 12 |
-
});
|
| 13 |
-
|
| 14 |
-
self.addEventListener('fetch', function(event) {
|
| 15 |
-
event.respondWith(
|
| 16 |
-
caches.match(event.request).then(function(response) {
|
| 17 |
-
return response || fetch(event.request);
|
| 18 |
-
})
|
| 19 |
-
);
|
| 20 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|