Cleanup static assets

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-12-12 13:57:12 +05:30
parent e3559df423
commit 4a6766c446
6 changed files with 0 additions and 44 deletions

View File

@ -1,4 +0,0 @@
This is a Brave Rewards publisher verification file.
Domain: msfjarvis.website
Token: e5161e406d9309a885b13f58246f05f582231c80076e9d3ca32a321ccc7b1f02

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication></msapplication>
</browserconfig>

View File

@ -1,20 +0,0 @@
self.addEventListener('activate', event => {
event.waitUntil(
caches
.keys()
.then(keyList => {
return Promise.all(
keyList.map(key => {
return caches.delete(key)
})
)
})
.then(self.clients.claim())
)
})
navigator.serviceWorker.getRegistrations().then(registrations => {
registrations.forEach(registration => {
registration.unregister()
})
})

View File

@ -1,16 +0,0 @@
{
"name": "Harsh Shandilya's blog",
"short_name": "msfjarvis.website",
"description": "Thoughts and ramblings of a young software developer",
"start_url": "/posts",
"display": "standalone",
"background_color": "#292a2d",
"theme_color": "#292a2d",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}