Skip to content

Commit

Permalink
v0.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityaguptaa committed Mar 12, 2024
1 parent 8604544 commit 2b62ede
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"description": "WIP",
"description": " Organize research from websites & PDFs. Categorize highlights, images, links, notes",
"manifest_version": 3,
"name": "snipd",
"version": "1.0",
"name": "Snipd",
"version": "0.0.0.2",
"homepage_url": "https://github.com/PDFilez/snipd",
"icons": {
"48": "images/snipdLogo8.png"
},
"permissions": ["tabs", "activeTab", "contextMenus", "scripting", "storage", "notifications", "sidePanel"],
"permissions": ["tabs", "activeTab", "contextMenus", "scripting", "storage", "sidePanel"],
"host_permissions": ["file:///*", "https://*/*"],

"background": {
"service_worker": "index.js"
},
Expand Down

0 comments on commit 2b62ede

Please sign in to comment.