Skip to content

Commit 7a442a9

Browse files
committed
issue #64 - added notification about CBA v10.0 to the website
1 parent 6e84c52 commit 7a442a9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

notification.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"disabled": true,
2+
"disabled": false,
33
"match": "[\\s\\S]*",
4-
"text": "We are looking for a Frontend developer.",
4+
"text": "CBA version 10.0 and MV3 compliance: bg-inject deprecation and changes to cs-inject",
55
"link": {
6-
"text": "Join us",
7-
"href": "/join-us",
6+
"text": "Release notes CBA 10.0",
7+
"href": "/mv3",
88
"target": "_blank"
99
}
1010
}

pages/mv3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Starting from [version 10](/new_10-0) CBA is now [MV3 compliant](https://develop
1111
- Background pages are no more persistence and from time to time the clipboard value may be lost, we will be fixing it with current [issue](https://github.com/browser-automation/cba/issues/119).
1212
- [cs-inject](/inject-cs) and [inject](/inject) functions now are same, they both are loading scripts into the page Main contextScript.
1313

14-
1514
### bg-inject
1615

1716
Since [Manifest Version 3](https://developer.chrome.com/docs/extensions/develop/migrate/improve-security#remove-execution-of-strings) it's

0 commit comments

Comments
 (0)