Skip to content

Commit

Permalink
아이콘 적용 및 설명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
erados committed Dec 18, 2024
1 parent ad91aa7 commit 56e8e42
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
Binary file modified images/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/icon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 17 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "SafeSpace",
"description": "유해한 콘텐츠를 차단하여 안전한 온라인 환경을 제공하는 확장 프로그램입니다.",
"description": "Safespace는 사용자가 원치 않는 콘텐츠로부터 자신을 보호할 수 있도록 돕는 Chrome 확장 프로그램입니다.",
"version": "1.1.2",
"permissions": [
"storage",
Expand All @@ -16,6 +16,20 @@
"background": {
"service_worker": "background.js"
},
"action": {},
"options_page": "filters.html"
"action": {
"default_icon": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"default_title": "요소 선택 시작"
},
"options_page": "filters.html",
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
}
}

0 comments on commit 56e8e42

Please sign in to comment.