{ "short_name": "<%= ThecoreSettings::Setting.where(ns: "main", key: "app_name").first.raw %>", "icons": [ { "src": "<%= image_path 'android-chrome-192x192.png' %>", "sizes": "192x192", "type": "image/png" }, { "src": "<%= image_path 'android-chrome-512x512.png' %>", "sizes": "512x512", "type": "image/png" } ], "name": "<%= ThecoreSettings::Setting.where(ns: "main", key: "app_name").first.raw %>", "theme_color": "<%= ThecoreSettings::Setting.where(ns: "theme", key: "main_color").first.raw %>", "background_color": "<%= ThecoreSettings::Setting.where(ns: "theme", key: "main_color").first.raw %>", "orientation": "portrait", "display": "standalone", "optional_permissions": ["clipboardWrite", "clipboardRead"] }