ソースを参照

Fix whitespace in manifest.json

tags/v1.5.1^0
Matt Baer 5年前
コミット
76b9c744b4
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      manifest.json

+ 3
- 2
manifest.json ファイルの表示

@@ -19,7 +19,8 @@
"128": "icon.png"
},
"permissions": [
"storage", "https://*/*"
"storage",
"https://*/*"
],
"content_scripts": [
{
@@ -28,6 +29,6 @@
}
],
"web_accessible_resources": [
"medium.css"
"medium.css"
]
}

読み込み中…
キャンセル
保存