Skip to content

Commit

Permalink
bump: remove br and add img
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskimbac committed Sep 6, 2024
1 parent d0ddeef commit 4a1af3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chrome.manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Roblox Profile Notes",
"version": "1.1.2",
"description": "Add and save custom notes to individual Roblox profiles. Click on the extension icon to view and import/export all of your notes.",
"version": "1.1.1",
"description": "Add and save custom notes to individual Roblox profiles! Click on the extension icon to view and import/export all of your notes.",
"permissions": ["storage"],
"content_scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion firefox.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Roblox Profile Notes",
"version": "1.1.1",
"description": "Add and save custom notes to individual Roblox profiles. Click on the extension icon to view and import/export all of your notes.",
"description": "Add and save custom notes to individual Roblox profiles! Click on the extension icon to view and import/export all of your notes.",
"permissions": ["storage", "*://*.roblox.com/v1/users/*"],
"content_scripts": [
{
Expand Down

0 comments on commit 4a1af3e

Please sign in to comment.