ba.sake.hepek.html.pwa

Members list

Type members

Classlikes

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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class WebAppManifestIcon(src: String, sizes: String, `type`: String, purpose: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class WebAppRelatedApplication(platform: String, url: String, id: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class WebAppScreenshot(src: String, sizes: String, `type`: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class WebAppServiceWorker(src: String, scope: Option[String], `type`: Option[String], update_via_cache: Option[String])

Attributes

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