From 443a70ab072b7410080d78018ec9532335156e9c Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Tue, 5 Nov 2024 14:48:25 +0000 Subject: [PATCH] ntp: include apple (#1181) * ntp: include apple * lint --------- Co-authored-by: Shane Osbourne --- special-pages/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/special-pages/index.mjs b/special-pages/index.mjs index a89d0dda74..eae19ed745 100644 --- a/special-pages/index.mjs +++ b/special-pages/index.mjs @@ -54,6 +54,7 @@ export const support = { 'new-tab': { integration: ['copy', 'build-js'], windows: ['copy', 'build-js'], + apple: ['copy', 'build-js'], }, }