Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pavitraag authored Jul 15, 2024
1 parent 053f3a6 commit aaecd38
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 2D Distance Calculator/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"manifest_version": 3,
"name": "2D Shapes Calculator",
"version": "1.0",
"description": "Calculate the perimeter and area of various 2D shapes.",
"permissions": [],
"action": {
"default_popup": "index.html"
}
}

0 comments on commit aaecd38

Please sign in to comment.