parent
6da07187a0
commit
0d8b349015
@ -1 +1 @@ |
|||||||
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><!--[if IE]><link rel="icon" href="/popup/dist/favicon.ico"><![endif]--><title>sveak-helper</title><link href="/popup/dist/css/app.41c99ca8.css" rel="preload" as="style"><link href="/popup/dist/js/app.b9d76837.js" rel="preload" as="script"><link href="/popup/dist/js/chunk-vendors.49bbd58a.js" rel="preload" as="script"><link href="/popup/dist/css/app.41c99ca8.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="/popup/dist/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/popup/dist/img/icons/favicon-16x16.png"><link rel="manifest" href="/popup/dist/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="sveak-helper"><link rel="apple-touch-icon" href="/popup/dist/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="/popup/dist/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but sveak-helper doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/popup/dist/js/chunk-vendors.49bbd58a.js"></script><script src="/popup/dist/js/app.b9d76837.js"></script></body></html> |
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><!--[if IE]><link rel="icon" href="/popup/dist/favicon.ico"><![endif]--><title>sveak-helper</title><link href="/popup/dist/css/app.41c99ca8.css" rel="preload" as="style"><link href="/popup/dist/js/app.9f60f961.js" rel="preload" as="script"><link href="/popup/dist/js/chunk-vendors.49bbd58a.js" rel="preload" as="script"><link href="/popup/dist/css/app.41c99ca8.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="/popup/dist/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/popup/dist/img/icons/favicon-16x16.png"><link rel="manifest" href="/popup/dist/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="sveak-helper"><link rel="apple-touch-icon" href="/popup/dist/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="/popup/dist/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but sveak-helper doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/popup/dist/js/chunk-vendors.49bbd58a.js"></script><script src="/popup/dist/js/app.9f60f961.js"></script></body></html> |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,15 +1,15 @@ |
|||||||
self.__precacheManifest = (self.__precacheManifest || []).concat([ |
self.__precacheManifest = (self.__precacheManifest || []).concat([ |
||||||
{ |
{ |
||||||
"revision": "67e5a2be8d8880b2bc55", |
"revision": "3e936da90702a5197189", |
||||||
"url": "/css/app.41c99ca8.css" |
"url": "/css/app.41c99ca8.css" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"revision": "bca1067d524c5d14daccdf286aa8015a", |
"revision": "97d955ddd9995138724db802e2dab3da", |
||||||
"url": "/index.html" |
"url": "/index.html" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"revision": "67e5a2be8d8880b2bc55", |
"revision": "3e936da90702a5197189", |
||||||
"url": "/js/app.b9d76837.js" |
"url": "/js/app.9f60f961.js" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"revision": "55fa3e18a2c5425a215c", |
"revision": "55fa3e18a2c5425a215c", |
@ -0,0 +1,4 @@ |
|||||||
|
export enum Action { |
||||||
|
INSERT = 'insert', |
||||||
|
CLEAN_NOTIFICATION = 'clean_notification', |
||||||
|
} |
Loading…
Reference in new issue