Skip to content

Commit

Permalink
changed folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Saga690 committed Jul 13, 2024
1 parent 7591045 commit 8a503ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Overview The Bookmark Context AI Chrome Extension revolutionizes the way users manage and utilize their bookmarks by adding intelligent context-aware features. This extension enhances the traditional bookmarking experience by providing users with dynamic summaries, keywords, and notes for each bookmark. When a user hovers over a bookmark, the extension displays this contextual information in a tooltip, making it easier to recall and utilize saved resources effectively.",
"permissions": ["activeTab", "scripting", "contextMenus", "storage"],
"background": {
"service_worker": "background.js"
"service_worker": "src/extenssion/context_menu/background.js"
},
"icons": { "16": "./asset/icon16.png",
"48": "./asset/icon48.png",
Expand All @@ -16,7 +16,7 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
"js": ["src/extenssion/context_menu/context.js"]
}
],
"web_accessible_resources": [
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8a503ad

Please sign in to comment.