开发者

pack error with google chrome extention

开发者 https://www.devze.com 2023-02-27 10:15 出处:网络
My exte开发者_如何学Gonsion works well under the dev mode,but when i want to pack it this time ,there comes an error which said:\"Manifest file missing or unreadable\", i don\'t know why!

My exte开发者_如何学Gonsion works well under the dev mode,but when i want to pack it this time ,there comes an error which said:"Manifest file missing or unreadable", i don't know why!

{
"name": "DoTask",
"version": "1.0",
"description": "DoTaskv2个人任务管理系统--谷歌浏览器插件",
"options_page": "option.html",
"icons": { "16": "favicon.ico", "32": "favicon.ico", "128": "favicon.ico"},
"browser_action": {
"default_icon": "favicon.ico",
    "popup": "popup.html"
    },
"permissions": [
     "http://*/*"
    ]
}


The manifest file must be named manifest.json (notice: json not js), must be in the root of the zip file or directory and it also must be saved as UTF-8.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号