mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 02:19:37 +00:00
Add readme and icon
This commit is contained in:
BIN
extension/icon.png
Normal file
BIN
extension/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Page Content Sender",
|
||||
"name": "Browser Recall Helper",
|
||||
"version": "1.0",
|
||||
"description": "Sends page content via WebSocket when a page loads",
|
||||
"description": "Sends page visited content to the browser recall server to be saved as markdown",
|
||||
"icons": {
|
||||
"48": "icon.png",
|
||||
"96": "icon.png"
|
||||
},
|
||||
"permissions": [
|
||||
"webNavigation",
|
||||
"activeTab",
|
||||
|
||||
Reference in New Issue
Block a user