我现在已经暂停了这个Chrome扩展程序了。它终于完成了,我去上传了它。然后它去了#manifest; manifest.json:5:23:意外的char。有人可以帮我弄清楚错误吗?我已经尝试了几乎所有东西,但我似乎无法弄明白......
继承人manifest.json文件:
{
"name": "ROBLOX Catalog Helper v2",
"version": "1.9.0", // version
"manifest_version": 2,
"description": "Notifies you whenever an item is selling for under its RAP",
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"alarms",
"background",
"debugger",
"notifications",
"cookies",
"https://www.roblox.com/"
],
"background": {
"scripts": ["bgWork.js", "jQuery-very3.js"]
},
"icons": { "16": "icon_png",
"48": "icon_png",
"128": "icon_png" }
}