Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WebAppIcon

import type { WebAppIcon } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

An icon for a web app. Supported formats are: png, jpg and webp.

interface WebAppIcon {
imageData?: string;
}

§Properties

§
imageData?: string
[src]

The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet"). - The image type can be png or jpg. - The image should ideally be square. - The image should ideally have a size of 512x512.