@expo/webpack-pwa-manifest-plugin
Version:
Generates a progressive web app (PWA) manifest.json from a React Native app.json
47 lines (45 loc) • 1.09 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
'application-name': 'foursquare',
fb: {
page_id: '',
admins: ''
},
og: {
title: 'The Rock',
type: 'movie',
url: 'http://www.imdb.com/title/tt0117500/',
image: 'http://ia.media-imdb.com/rock.jpg',
site_name: 'IMDb',
description: 'A group of U.S. Marines, under command of...',
email: 'me@example.com',
phone_number: '650-123-4567',
fax_number: '+1-415-123-4567',
latitude: '37.416343',
longitude: '-122.153013',
locality: 'Palo Alto',
region: 'CA',
'street-address': '1601 S California Ave',
'postal-code': '94304',
'country-name': 'USA',
points: '',
video: {
default: '', // TODO: Bacon: support arrays
width: 0,
height: 0,
type: 'application/x-shockwave-flash'
},
audio: {
default: '',
title: '',
artist: '',
album: '',
type: ''
}
}
};
module.exports = exports['default'];
//# sourceMappingURL=../__sourcemaps__/schemes/OpenGraph.js.map
;