Sha256: 53f8ed44e502b240213f0aae4ff5a570227281ad8a1df5dc6fe0157d4077d649
Contents?: true
Size: 818 Bytes
Versions: 4
Compression:
Stored size: 818 Bytes
Contents
{ "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"] }
Version data entries
4 entries across 4 versions & 1 rubygems