File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const appReady = (async () => {
6
6
// Init APP data
7
7
const app = {
8
8
version : chrome . runtime . getManifest ( ) . version ,
9
- commitHashes : { app : 'c4a8542 ' } , // for cached app.json + sites.json5
9
+ commitHashes : { app : '4f46e66 ' } , // for cached app.json + sites.json5
10
10
runtime : ( ( ) => {
11
11
return typeof chrome != 'undefined' && chrome . runtime ? (
12
12
typeof browser != 'undefined' ? 'Firefox add-on'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ importScripts('lib/json5.min.js')
6
6
// Init APP data
7
7
const app = {
8
8
version : chrome . runtime . getManifest ( ) . version ,
9
- commitHashes : { app : 'c4a8542 ' } , // for cached app.json + sites.json5
9
+ commitHashes : { app : '4f46e66 ' } , // for cached app.json + sites.json5
10
10
runtime : ( ( ) => {
11
11
return typeof chrome != 'undefined' && chrome . runtime ? (
12
12
typeof browser != 'undefined' ? 'Firefox add-on'
You can’t perform that action at this time.
0 commit comments