Skip to content

Commit

Permalink
Merge pull request #2 from nilandev/develop
Browse files Browse the repository at this point in the history
1.1 Release
  • Loading branch information
nilandev authored Sep 18, 2024
2 parents 612f799 + af3fb7b commit 75b4a45
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"manifest_version": 3,
"name": "JSON Formatter",
"version": "1.0",
"homepage_url": "https://stacktips.com,",
"description": "Formats JSON responses automatically with customizable themes and JSONPath filtering support.",
"author": "ask.nilan@gmail.com",
"version": "1.1",
"homepage_url": "https://stacktips.com",
"description": "Formats JSON responses automatically with customizable themes and filter results using JSONPath expressions",
"author": {
"email": "ask.nilan@gmail.com"
},
"permissions": [
"storage",
"clipboardWrite"
Expand Down Expand Up @@ -44,4 +46,4 @@
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
}
}

0 comments on commit 75b4a45

Please sign in to comment.