mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 01:08:39 +09:00
9 lines
183 B
HTML
9 lines
183 B
HTML
<link rel="manifest" href="manifest.test/manifest.json">
|
|
<script>
|
|
{
|
|
testRunner.getManifestThen(function() {
|
|
alert_assert("Pass");
|
|
});
|
|
}
|
|
|
|
</script>
|