mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Version 1.9
This commit is contained in:
parent
ffd659c7bb
commit
029933964f
3 changed files with 18 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"name": "CanvasBlocker",
|
||||
"description": "__MSG_addon_description__",
|
||||
"version": "1.8",
|
||||
"version": "1.9",
|
||||
"icons": {
|
||||
"48": "icons/icon.svg",
|
||||
"96": "icons/icon.svg"
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
Version 1.9:
|
||||
changes:
|
||||
-
|
||||
|
||||
new features:
|
||||
-
|
||||
|
||||
fixes:
|
||||
-
|
||||
|
||||
known issues:
|
||||
- if a data URL is blocked the page action button does not appear
|
||||
|
||||
Version 1.8:
|
||||
new features:
|
||||
- added SVG protection
|
||||
|
|
|
@ -221,6 +221,10 @@
|
|||
{
|
||||
"version": "1.8Alpha20220215",
|
||||
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.8Alpha20220215-an+fx.xpi"
|
||||
},
|
||||
{
|
||||
"version": "1.9Alpha20220218",
|
||||
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.9Alpha20220218-an+fx.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue