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,5 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [Version 1.1.3]
|
||||||
|
|
||||||
|
- minor fix to prevent console error log on fetch failure
|
||||||
|
|
||||||
## [Version 1.1.2]
|
## [Version 1.1.2]
|
||||||
|
|
||||||
- changed service worker open notification to use app.yup.io
|
- changed service worker open notification to use app.yup.io
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "yup live",
|
"name": "yup live",
|
||||||
"description": "Light extension helper for yup social platform.",
|
"description": "Light extension helper for yup social platform.",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "src/assets/icons/yup_ext_16.png",
|
"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 = fetch('https://api.coingecko.com/api/v3/simple/price?ids=yup&vs_currencies=usd')
|
||||||
|
requests.coinGecko.catch(console.warn)
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const profile = await requests.profile as Response
|
const profile = await requests.profile as Response
|
||||||
|
Loading…
Reference in New Issue
Block a user