前言:
Firefox 也推出OS版,其開發是使用WebApp的方式,Base is html5.
所以一個APP的資料內應該包含
index.html-> html5
icon.png ->128 px x 128 px
manifest.webapp -> 主要設定檔
問題:
我都寫好之後,設定檔取名為 「index.webapp」,上傳也OK,但是Run不出來。
目前解決:
index.webapp 改名 manifest.webapp
我想是因為.webapp的格式是固定的。
APP Developer 參考