14 lines
257 B
TOML
14 lines
257 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 = [
|
|
"require_signing",
|
|
]
|
|
|
|
["test_webextension_paths.js"]
|
|
tags = "webextensions"
|