Skip to content

Commit

Permalink
Update manifest.json for firefox compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
remender authored Nov 17, 2025
1 parent e6925d1 commit 19dbd16
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"manifest_version": 3,
"name": "TDX-Enhanced",
"manifest_version": 3,
"name": "tdx-enhanced-firefox",
"version": "0.1.0",
"description": "TDX-Enhanced userscript converted to Chrome extension. Includes RCAC Halcyon API integration for TDNext ticket detail pages.",
"author": "Purdue STEM IT, it@purdue.edu - Modified by Purdue RCAC, rcac@purdue.edu",
"browser_specific_settings": {
"gecko": {
"id": "remender@purdue.edu"
}
},
"permissions": [
"storage"
],
Expand Down

0 comments on commit 19dbd16

Please sign in to comment.