소스 검색

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"
]
}

불러오는 중...
취소
저장