File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ To test local unpacked extensions, include them in `./extensions` then launch th
43
43
- [x] [ Chrome Web Store] ( https://chromewebstore.google.com ) extension installer
44
44
- [x] Automatic extension updates
45
45
- [x] [ Manifest V3] ( https://developer.chrome.com/docs/extensions/mv3/intro/ ) support—pending [ electron/electron #44411 ] ( https://github.com/electron/electron/pull/44411 )
46
- - [ ] Support for common [ ` chrome.* ` extension APIs] ( https://developer.chrome.com/extensions/devguide )
46
+ - [ ] Support for common [ ` chrome.* ` extension APIs] ( https://developer.chrome.com/docs/ extensions/reference/api )
47
47
- [ ] Robust extension popup support
48
48
- [ ] Respect extension manifest permissions
49
49
@@ -52,7 +52,7 @@ To test local unpacked extensions, include them in `./extensions` then launch th
52
52
- [ ] Extension management (enable/disable/uninstall)
53
53
- [ ] Installation prompt UX
54
54
- [ ] [ Microsoft Edge Add-ons] ( https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home ) extension installer
55
- - [ ] Full support of [ ` chrome.* ` extension APIs] ( https://developer.chrome.com/extensions/devguide )
55
+ - [ ] Full support of [ ` chrome.* ` extension APIs] ( https://developer.chrome.com/docs/ extensions/reference/api )
56
56
57
57
### 🤔 Considering
58
58
You can’t perform that action at this time.
0 commit comments