mirror of
https://github.com/andrei0x309/yup-live-chrome-extension.git
synced 2024-10-26 16:00:56 +00:00
chore: changes for 1.1.3
This commit is contained in:
parent
076e18d475
commit
d46722811f
@ -1,10 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## [Version 1.1.3]
|
||||
|
||||
- minor fix to prevent console error log on fetch failure
|
||||
|
||||
## [Version 1.1.2]
|
||||
|
||||
- changed service worker open notification to use app.yup.io
|
||||
- fixed follow notification with multiple senders
|
||||
|
||||
|
||||
## [Version 1.1.1]
|
||||
|
||||
- changed auth condition
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "yup live",
|
||||
"description": "Light extension helper for yup social platform.",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"manifest_version": 3,
|
||||
"icons": {
|
||||
"16": "src/assets/icons/yup_ext_16.png",
|
||||
|
@ -101,6 +101,7 @@ const alarmHandler = async () => {
|
||||
})
|
||||
}
|
||||
requests.coinGecko = fetch('https://api.coingecko.com/api/v3/simple/price?ids=yup&vs_currencies=usd')
|
||||
requests.coinGecko.catch(console.warn)
|
||||
|
||||
try {
|
||||
const profile = await requests.profile as Response
|
||||
|
Loading…
Reference in New Issue
Block a user