Skip to content

Commit

Permalink
Added manifest update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
GoddeerisEdouard committed Nov 26, 2024
1 parent 2912aab commit 0c005e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"icons": {
"48": "assets/icons/icon.png"
},
"update_url": "...update.xml",
"update_url": "https://goddeerisedouard.github.io/UGentAutoLogin/platform/chrome/update.xml",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/G+na9RLg3WX3uMrhyRA0UlhZ7ydhnGLwaWO4uStgo6734sdYr8VYsZpKYTx8M5k7R6Xmo5Uk0+R72FclgSsD+aUQB4hRbTCftOr5BLW/AWXP5ajNeyAKf2GkfZR7OUlHOAgsoOrUCp+zhBoQPHYbGQZY0KoHm1Z2oj6YyOVc3nC+xm4hZAZpR6W+NSi5UrKU2gPzCj358sy1BKbByJ21FRr6HE5iV8ZgUctWgg+iGDsPobwe6oNLrAMgnt4Rr5Q7SxZk+oHflMoKLqArSUcUQ1IuPEwR9Y7fhynnCUMEpeixpW72CH8pEAbd4392RSY/yOmU8NHc49jhzSVmvxt1QIDAQAB"
}
2 changes: 1 addition & 1 deletion config/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"applications": {
"gecko": {
"id": "[email protected]",
"update_url": "...updates.json"
"update_url": "https://goddeerisedouard.github.io/UGentAutoLogin/platform/firefox/updates.json"
}
},
"permissions": [
Expand Down

0 comments on commit 0c005e6

Please sign in to comment.