2019-12-18 10:07:57 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "My Extension",
|
2020-01-06 16:41:38 +00:00
|
|
|
"short_name": "My Extension",
|
2019-12-18 10:07:57 +00:00
|
|
|
"version": "versionString",
|
|
|
|
"default_locale": "en",
|
|
|
|
"description": "A plain text description",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "favicon.png",
|
|
|
|
"sizes": "16x16",
|
|
|
|
"type": "image/png"
|
|
|
|
}, {
|
|
|
|
"src": "logo.png",
|
|
|
|
"sizes": "48x48",
|
|
|
|
"type": "image/png"
|
|
|
|
}, {
|
|
|
|
"src": "logo-192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
}, {
|
|
|
|
"src": "logo-512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"background": {
|
|
|
|
"persistent": false
|
2020-01-06 16:41:38 +00:00
|
|
|
},
|
|
|
|
"start_url": "https://exampleSite.com/",
|
|
|
|
"theme_color": "#fff",
|
|
|
|
"background_color": "#fff",
|
|
|
|
"display": "standalone"
|
2019-12-18 10:07:57 +00:00
|
|
|
}
|