From 4a1af3e3a64a1a8e2b6bbed24ddd6f94143080d9 Mon Sep 17 00:00:00 2001 From: Charles Kim <52868068+charleskimbac@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:51:52 -0400 Subject: [PATCH] bump: remove br and add img --- chrome.manifest.json | 4 ++-- firefox.manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome.manifest.json b/chrome.manifest.json index e2c88f2..7e5a453 100644 --- a/chrome.manifest.json +++ b/chrome.manifest.json @@ -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": [ { diff --git a/firefox.manifest.json b/firefox.manifest.json index a7890ef..9b8e9c7 100644 --- a/firefox.manifest.json +++ b/firefox.manifest.json @@ -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": [ {