Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BotSolver authored Oct 17, 2024
1 parent 35f8ed1 commit 4eb8c02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BetterMint/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"manifest_version": 3,
"name": "BetterMint V2",
"short_name": "BetterMint V2",
"name": "Mint V2",
"short_name": "Mint V2",
"icons": {
"16": "img/logo-16.png",
"48": "img/logo-48.png",
"128": "img/logo-128.png"
},
"version": "2.0.0",
"description": "BetterMint is a tool that helps you get better at chess.",
"description": "Mint is a tool that helps you get better at chess.",
"permissions": [
"storage",
"declarativeNetRequest"
Expand Down Expand Up @@ -60,4 +60,4 @@
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
}
}
}

0 comments on commit 4eb8c02

Please sign in to comment.