mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
try order for service worker
This commit is contained in:
parent
e0f1771a79
commit
e4676aacdd
1 changed files with 13 additions and 3 deletions
|
|
@ -36,13 +36,23 @@
|
|||
}
|
||||
],
|
||||
"dataGroups": [
|
||||
{
|
||||
"name": "googleDrive",
|
||||
"urls": [
|
||||
"https://apis.google.com/**",
|
||||
"https://content.googleapis.com/**"
|
||||
],
|
||||
"cacheConfig": {
|
||||
"maxSize": 0,
|
||||
"maxAge": "0u",
|
||||
"strategy": "freshness"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "issueProviderAndAssets",
|
||||
"urls": [
|
||||
"https://**",
|
||||
"http://**",
|
||||
"!https://apis.google.com/**",
|
||||
"!https://content.googleapis.com/**"
|
||||
"http://**"
|
||||
],
|
||||
"cacheConfig": {
|
||||
"maxSize": 4000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue