Remove/move files away from static/ to exampleSite/static/
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 45 KiB |
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
"manifest_version": 2,
|
|
||||||
"name": "My Extension",
|
|
||||||
"short_name": "My Extension",
|
|
||||||
"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
|
|
||||||
},
|
|
||||||
"start_url": "https://exampleSite.com/",
|
|
||||||
"theme_color": "#fff",
|
|
||||||
"background_color": "#fff",
|
|
||||||
"display": "standalone"
|
|
||||||
}
|
|