部署到Panasonic TV后,Firefox OS应用程序无法显示

时间:2015-08-06 10:22:01

标签: web-applications firefox-os

我创建了一个简单的Firefox OS应用程序,并使用Firefox WebIDE成功将其部署到Panasonic电视上。 该应用程序显示在应用程序页面中,并且成功运行。但是图标丢失了。

我使用了以下清单文件:

{
    "name": "my app",
    "description": "just a simple one page app",
    "version": "1.0",
    "launch_path": "/path/Default.aspx",
    "icons": {
        "16": "/path/Images/icon-16.png",
        "48": "/path/Images/icon-48.png",
        "128": "/path/Images/icon-128.png",
        "336": "/path/Images/icon-336.png",
        "512": "/path/Images/icon-512.png"
    },
    "fullscreen": true
}

所有图标文件都出现在指定位置。任何人都可以告诉我如何在电视上的应用页面上显示图标吗?

0 个答案:

没有答案