@expo/webpack-pwa-manifest-plugin
Version:
Generates a progressive web app (PWA) manifest.json from a React Native app.json
41 lines (40 loc) • 922 B
TypeScript
declare const _default: {
'application-name': string;
fb: {
page_id: string;
admins: string;
};
og: {
title: string;
type: string;
url: string;
image: string;
site_name: string;
description: string;
email: string;
phone_number: string;
fax_number: string;
latitude: string;
longitude: string;
locality: string;
region: string;
'street-address': string;
'postal-code': string;
'country-name': string;
points: string;
video: {
default: string;
width: number;
height: number;
type: string;
};
audio: {
default: string;
title: string;
artist: string;
album: string;
type: string;
};
};
};
export default _default;