Skip to content

Commit 64dcb06

Browse files
shakyShaneShane Osbourne
and
Shane Osbourne
authored
duck player page (#421)
* added the code for the page * drop inliner + apple build for now * cleanup package.json * skip * fix: checkbox alignment * dont use message for opening links - detect custom scheme instead * lint * lint * open in windows-specific page for now * perfectly align text * use initial title if available --------- Co-authored-by: Shane Osbourne <[email protected]>
1 parent 55ad2c5 commit 64dcb06

30 files changed

+2514
-1422
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"$USER_UNPROTECTED_DOMAINS$": "readonly",
1313
"$CONTENT_SCOPE$": "readonly",
1414
"$TRACKER_LOOKUP$": "readonly",
15-
"$BUNDLED_CONFIG$": "readonly"
15+
"$BUNDLED_CONFIG$": "readonly",
16+
"windowsInteropPostMessage": "readonly",
17+
"windowsInteropAddEventListener": "readonly",
18+
"windowsInteropRemoveEventListener": "readonly"
1619
},
1720
"rules": {
1821
"indent": ["error", 4],

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ let package = Package(
2020
name: "ContentScopeScripts",
2121
dependencies: [],
2222
resources: [
23-
.process("dist")
23+
.process("dist/contentScope.js"),
24+
.copy("dist/pages"),
2425
]
2526
),
2627
]

0 commit comments

Comments
 (0)