Skip to content

Commit

Permalink
feat: Declare offline support in cozy-apps injected metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Aug 26, 2024
1 parent 8b921ca commit bcf0320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/webviews/jsInteractions/jsCozyInjection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const makeMetadata = (routeName?: string): string => {
return JSON.stringify({
immersive: routeName ? immersiveRoutes.includes(routeName) : false,
navbarHeight,
offline_available: true,
platform: Platform,
routeName,
statusBarHeight,
Expand Down

0 comments on commit bcf0320

Please sign in to comment.