diff --git a/Firefox/Code/manifest.json b/Firefox/Code/manifest.json index f7c314d..0f17035 100644 --- a/Firefox/Code/manifest.json +++ b/Firefox/Code/manifest.json @@ -1,9 +1,12 @@ { "manifest_version": 2, - "name": "SimplyReports SQL Extractor", + "name": "SiReS Ex - SimplyReports SQL Extractor", "version": "1.0", "description": "Grab the SQL query used in a SimplyReports results page and copy it to the clipboard or save it to a file.", + "author": "Daniel Messer", + "homepage_url": "https://cyberpunklibrarian.nohost.me/gitea/Public/SiReS-Ex", + "permissions": [ "activeTab", "clipboardWrite", @@ -26,17 +29,23 @@ "default_popup": "popup.html", "default_title": "Extract SQL Query", "default_icon": { - "16": "icon-16.png", - "32": "icon-32.png", - "48": "icon-48.png", - "128": "icon-128.png" + "16": "icon16.png", + "32": "icon32.png", + "48": "icon48.png", + "128": "icon128.png" } }, "icons": { - "16": "icon-16.png", - "32": "icon-32.png", - "48": "icon-48.png", - "128": "icon-128.png" + "16": "icon16.png", + "32": "icon32.png", + "48": "icon48.png", + "128": "icon128.png" + }, + + "applications": { + "gecko": { + "strict_min_version": "48.0" + } } -} +} \ No newline at end of file diff --git a/Firefox/Code/popup.html b/Firefox/Code/popup.html index cd7ccb2..72ba633 100644 --- a/Firefox/Code/popup.html +++ b/Firefox/Code/popup.html @@ -123,7 +123,7 @@
-

SQL Query Extractor

+

SiReS Ex - SimplyReports SQL Extractor