Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Saber2pr authored Apr 2, 2024
1 parent 5131603 commit 7b628d1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"manifest_version": 2,
"name": "TodolistTreeView",
"version": "1.0",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets/logo.png",
"48": "assets/logo.png",
"128": "assets/logo.png"
}
},
"permissions": [
"webRequest",
"storage",
"webRequestBlocking",
"browsingData",
"<all_urls>"
],
"icons": {
"16": "assets/logo.png",
"48": "assets/logo.png",
"128": "assets/logo.png"
}
}

0 comments on commit 7b628d1

Please sign in to comment.