WebAppManifest

ba.sake.hepek.html.pwa.WebAppManifest
final case class WebAppManifest(name: String, short_name: Option[String], description: Option[String], theme_color: Option[String], background_color: Option[String], icons: List[WebAppManifestIcon], display: String, orientation: Option[String], start_url: String, scope: Option[String], serviceworker: Option[WebAppServiceWorker], categories: List[String], dir: Option[String], lang: Option[String], prefer_related_applications: Boolean, related_applications: List[WebAppRelatedApplication], screenshots: List[WebAppScreenshot])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product