SharedAssets

SharedAssets are a globally accessible directory which every application can store and retrieve files that any other app can use. These files can be building blocks, library scripts, frameworks, UI libraries, fonts etc.

Apps must never store sensitive data in sharedAssets as anything can read it.

Accessing sharedAssets from your app

An application can request sharedAssets from a relative URL from their application. Every file in the sharedAssets directory will be available at APP_URL/sharedAssets/FILE_NAME.

Ozone Home default sharedAssets

Ozone Home sharedAssets include files that every Ozone Home default application uses. Your applications can also use these files if its distributed through Ozone Home.

filedescription
ozone_std_util.jsOzone JavaScript standard utility
ozone_gui.cssOzone standard GUI style sheet
icons.woff2Material Icons Rounded Open Source font from Google Fonts
google_sans.ttfGoogle Sans Open Source font from Google Fonts