Remove/move files away from static/ to exampleSite/static/

This commit is contained in:
Yoni 2021-08-21 14:07:45 +03:00
parent 01f9e43e59
commit a8e8e81aeb
8 changed files with 0 additions and 34 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

View File

@ -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"
}