mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
29 lines
1.5 KiB
JSON
29 lines
1.5 KiB
JSON
--- extensions/common/api/_permission_features.json.orig 2023-11-29 21:40:03 UTC
|
|
+++ extensions/common/api/_permission_features.json
|
|
@@ -138,7 +138,7 @@
|
|
{
|
|
"channel": "stable",
|
|
"extension_types": ["platform_app"],
|
|
- "platforms": ["chromeos", "lacros", "win", "mac", "linux"],
|
|
+ "platforms": ["chromeos", "lacros", "win", "mac", "linux", "openbsd", "freebsd"],
|
|
"allowlist": [
|
|
"1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169
|
|
"A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169
|
|
@@ -432,7 +432,7 @@
|
|
}, {
|
|
"channel": "stable",
|
|
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
|
|
- "platforms": ["chromeos", "mac", "win", "linux", "fuchsia"],
|
|
+ "platforms": ["chromeos", "mac", "win", "linux", "fuchsia", "openbsd", "freebsd"],
|
|
"allowlist": [
|
|
"0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651
|
|
"1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
|
|
@@ -476,7 +476,7 @@
|
|
"networkingPrivate": {
|
|
"channel": "stable",
|
|
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
|
|
- "platforms": ["chromeos", "lacros", "mac", "win", "linux", "fuchsia"],
|
|
+ "platforms": ["chromeos", "lacros", "mac", "win", "linux", "fuchsia", "openbsd", "freebsd"],
|
|
"allowlist": [
|
|
// DO NOT ADD ANY MORE ENTRIES HERE.
|
|
// networkingPrivate is being migrated to networking.onc.
|