我正在尝试创建自己的 Google Chrome 主题。
清单不是有效的 JSON。行:12,列:2,不允许使用逗号。
谁能告诉我这个错误的解决方案?
{
"version": "2.6",
"manifest_version": "2",
"name": "theme",
"theme": {
"images": {
"theme_frame": "images_endcard01",
"theme_frame_overlay": "images_endcard01",
"theme_toolbar": "images_endcard01",
"theme_ntp_background": "images_endcard01",
"theme_ntp_attribution": "images_bg_mayoi"
},
"colors": {
"frame": [71, 105, 91],
"toolbar": [207, 221, 192],
"ntp_text": [20, 40, 0],
"ntp_link": [36, 70, 0],
"ntp_section": [207, 221, 192],
"button_background": [255, 255, 255]
},
"tints": {
"buttons": [0.33, 0.5, 0.47]
},
"properties": {
"ntp_background_alignment": "bottom"
}
}
}