try order for service worker

This commit is contained in:
Johannes Millan 2020-04-30 21:34:13 +02:00
parent e0f1771a79
commit e4676aacdd

View file

@ -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,