@expo/webpack-pwa-manifest-plugin
Version:
Generates a progressive web app (PWA) manifest.json from a React Native app.json
47 lines (46 loc) • 1.03 kB
TypeScript
declare const _default: {
twitter: {
/**
* summary, summary_large_image, app, player
*/
card: string;
site: {
default: string;
id: string;
};
title: string;
description: string;
creator: {
default: string;
id: string;
};
image: {
default: string;
alt: string;
};
player: {
default: string;
width: number;
height: number;
stream: string;
};
app: {
name: {
iphone: string;
ipad: string;
googleplay: string;
};
id: {
iphone: string;
ipad: string;
googleplay: string;
};
url: {
iphone: string;
ipad: string;
googleplay: string;
};
};
};
};
export default _default;