mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 04:40:20 +01:00
Version 1.3
This commit is contained in:
parent
d9d2038f0c
commit
a9c89ff20c
@ -2,7 +2,7 @@
|
||||
{
|
||||
"name": "CanvasBlocker",
|
||||
"description": "__MSG_addon_description__",
|
||||
"version": "1.2",
|
||||
"version": "1.3",
|
||||
"icons": {
|
||||
"48": "icons/icon.svg",
|
||||
"96": "icons/icon.svg"
|
||||
|
@ -1,3 +1,16 @@
|
||||
Version 1.3:
|
||||
changes:
|
||||
-
|
||||
|
||||
new features:
|
||||
-
|
||||
|
||||
fixes:
|
||||
-
|
||||
|
||||
known issues:
|
||||
- if a data URL is blocked the page action button does not appear
|
||||
|
||||
Version 1.2:
|
||||
changes:
|
||||
- removed unnecessary activeTab permission
|
||||
@ -7,9 +20,6 @@ Version 1.2:
|
||||
- added warning if some features of a API are disabled
|
||||
- added TextMetrics protection
|
||||
|
||||
fixes:
|
||||
-
|
||||
|
||||
known issues:
|
||||
- if a data URL is blocked the page action button does not appear
|
||||
|
||||
|
@ -133,6 +133,10 @@
|
||||
{
|
||||
"version": "1.2Alpha20200314",
|
||||
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.2Alpha20200314-an+fx.xpi"
|
||||
},
|
||||
{
|
||||
"version": "1.3Alpha20200317",
|
||||
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.3Alpha20200317-an+fx.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user