Skip to content

Commit

Permalink
Fix host permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Daw588 committed Jan 1, 2024
1 parent 42534ed commit 6078651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vanita",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 5 additions & 1 deletion res/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

"name": "Vanita",
"description": "Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.",
"version": "3.0.0",
"version": "3.0.1",

"host_permissions": [
"https://*.roblox.com/*"
],

"permissions": [
"activeTab",
Expand Down

0 comments on commit 6078651

Please sign in to comment.