Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DM-09 authored Mar 31, 2023
1 parent b613c2c commit aded2e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added Chrome/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.
18 changes: 18 additions & 0 deletions Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Anywhere Bing AI",
"version": "1.0",
"description": "Anywhere You Can chat Bing AI 모든 브라우저에서 Bing AI가 가능합니다.",
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
"<all_urls>"
],
"icons": {
"48": "icon-48.png"
},
"background": {
"scripts": ["UA.js"]
},
"manifest_version": 2
}

0 comments on commit aded2e5

Please sign in to comment.