Skip to content

Commit

Permalink
Merge pull request #79 from ricosmall/main
Browse files Browse the repository at this point in the history
fix: correct the size number of logo file name
  • Loading branch information
guocaoyi committed Apr 7, 2024
2 parents ae8f0e1 + d177c83 commit 2b9be5e
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions template-alpine-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -35,7 +35,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-alpine-ts/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -36,7 +36,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-inferno-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -35,7 +35,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-inferno-ts/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -36,7 +36,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-lit-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -35,7 +35,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-lit-ts/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -37,7 +37,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-preact-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -35,7 +35,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-preact-ts/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -36,7 +36,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-react-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -35,7 +35,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-react-ts/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -36,7 +36,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-solid-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -35,7 +35,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-solid-ts/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -36,7 +36,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
4 changes: 2 additions & 2 deletions template-stencil-ts/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"manifest_version": 3,
"icons": {
"16": "assets/img/logo-16.png",
"32": "assets/img/logo-34.png",
"32": "assets/img/logo-32.png",
"48": "assets/img/logo-48.png",
"128": "assets/img/logo-128.png"
},
Expand All @@ -32,7 +32,7 @@
{
"resources": [
"assets/img/logo-16.png",
"assets/img/logo-34.png",
"assets/img/logo-32.png",
"assets/img/logo-48.png",
"assets/img/logo-128.png"
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-svelte-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -35,7 +35,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-svelte-ts/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -36,7 +36,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-vanilla-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -35,7 +35,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-vanilla-ts/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -36,7 +36,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-vue-js/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -35,7 +35,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions template-vue-ts/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineManifest({
manifest_version: 3,
icons: {
16: 'img/logo-16.png',
32: 'img/logo-34.png',
32: 'img/logo-32.png',
48: 'img/logo-48.png',
128: 'img/logo-128.png',
},
Expand All @@ -36,7 +36,7 @@ export default defineManifest({
},
web_accessible_resources: [
{
resources: ['img/logo-16.png', 'img/logo-34.png', 'img/logo-48.png', 'img/logo-128.png'],
resources: ['img/logo-16.png', 'img/logo-32.png', 'img/logo-48.png', 'img/logo-128.png'],
matches: [],
},
],
Expand Down

0 comments on commit 2b9be5e

Please sign in to comment.