Updated Firefox manifest and popup.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user