これは私のmanifest.jsonです
{
"name" : "www.mysite.com",
"version" : "1.0",
"manifest_version" : 1,
"description" : "Stay Updated with the latest post from www.mysite.com",
"icons" : {
"128" : "icon_128.png"
},
"browser_action" : {
"default_icon" : "icon_19.png",
"popup" : "mysite.html"
}
}
動作しています..しかし、動作していない後にマニフェスト2にアップグレードします..
{
"name" : "www.mysite.com",
"version" : "1.0",
"manifest_version" : 2,
"description" : "Stay Updated with the latest post from www.mysite.com",
"icons" : {
"128" : "icon_128.png"
},
"browser_action" : {
"default_icon" : "icon_19.png",
"popup" : "mysite.html"
}
}
この問題を解決する方法を教えてもらえますか?