Add Options page for aria2 settings with connection test; wire into manifest

This commit is contained in:
Jordan Wages 2025-08-21 23:50:13 -05:00
commit a7966ebebe
5 changed files with 117 additions and 1 deletions

View file

@ -7,6 +7,10 @@
"default_title": "Archive.org Link Grabber",
"default_popup": "src/popup/index.html"
},
"options_ui": {
"page": "src/options/index.html",
"open_in_tab": true
},
"permissions": [
"storage",
"clipboardWrite",
@ -28,4 +32,3 @@
}
]
}