gpt4 book ai didi

firefox - 我的应用程序未安装在我的 firefox 操作系统模拟器中

转载 作者:行者123 更新时间:2023-12-04 04:51:41 24 4
gpt4 key购买 nike

我为 Firefox mobile 编写了一个简单的 hello world 应用程序。在添加 .webapp 文件时,我得到了 验证结果:OK , 但我的应用程序没有安装在模拟器中。我的文件内容如下。

你好.webapp

{
"name": "My App",
"description": "My elevator goes here",
"launch_path": "/Hello.html",
"icons": {
"128": "FF101.png"
},
"developer": {
"name": "Your name or organization",
"url": "http://your-homepage-here.org"
},
"default_locale": "en"
}

你好.html
<html>
<head>
<title>
Hello Firefox101
</title>
<script>
function sayHello()
{
alert("Hi Hello");
}
</script>
</head>
<body>
This is my First App For FireFox OS.<br>
<input type="button" class="button" value="Click Me For Alert" onClick="sayHello()"/>
</body>
</html>

图像文件在同一文件夹中。
请指导我我错过了什么。提前致谢。

最佳答案

您的 webapp 文件的名称必须是 manifest.webapp .

链接:https://marketplace.firefox.com/developers/docs/quick_start (部分:应用程序 list )

关于firefox - 我的应用程序未安装在我的 firefox 操作系统模拟器中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17334856/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com