在 Chrome 28 中,谷歌添加了新的丰富通知。
我试图让它与 Chrome 旧版打包应用程序一起使用,但这似乎不起作用。Google 发布了使用丰富通知的示例打包应用程序,但是一旦您将打包应用程序更改为旧打包应用程序,您就会在创建通知时收到错误消息。
notifications.create: Unknown error. lastError:29
set lastError:29
(anonymous function) sendRequest:46
forEach utils:21
chromeHidden.handleResponse
这是这个不再工作的更改示例应用程序。 https://dl.dropboxusercontent.com/u/3546822/rich-notifications-broken.zip
我唯一改变的是替换:
"background" : {
"scripts" : ["app.js"]
}
和
"launch" : {
"local_path": "window.html"
}
我究竟做错了什么?
PS:应用程序具有通知权限。