15 lines
287 B
TOML
15 lines
287 B
TOML
[DEFAULT]
|
|
head = "head_addons.js head_unpack.js"
|
|
icecat-appdir = "browser"
|
|
skip-if = ["os == 'android'"]
|
|
dupe-manifest = true
|
|
tags = "addons"
|
|
|
|
["test_filepointer.js"]
|
|
skip-if = [
|
|
"!allow_legacy_extensions",
|
|
"require_signing",
|
|
]
|
|
|
|
["test_webextension_paths.js"]
|
|
tags = "webextensions"
|