Skip to content

Commit

Permalink
Merge pull request #2361 from anisharma07/thirteen
Browse files Browse the repository at this point in the history
Bug Fix: Break the Block extension errors
  • Loading branch information
Sulagna-Dutta-Roy authored Jul 13, 2024
2 parents c47a9c0 + c141a09 commit 78a7887
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 182 deletions.
30 changes: 9 additions & 21 deletions Break The Block/manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
{
"name": "Break The Block",
"short_name": "Break The Block",
"description": "A fun break the block game.",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#000",
"theme_color": "#31506e",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

"manifest_version": 3,
"name": "Break the block",
"version": "1.0",
"description": "A Block Breaker as a Chrome extension.",
"action": {
"default_popup": "index.html"
},
"permissions": []
}
Loading

0 comments on commit 78a7887

Please sign in to comment.