Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "César — Give back to César",
"version": "0.7.1",
"description": "Detects parasitic lead magnets on LinkedIn — posts that gate access to content the author didn't create.",
"permissions": ["storage", "activeTab"],
"permissions": ["storage"],
"host_permissions": [
"https://www.linkedin.com/*",
"https://api.anthropic.com/*",
Expand Down Expand Up @@ -31,15 +31,15 @@
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "static/icons/icon16.png",
"48": "static/icons/icon48.png",
"128": "static/icons/icon128.png"
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "static/icons/icon16.png",
"48": "static/icons/icon48.png",
"128": "static/icons/icon128.png"
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
Expand Down
11 changes: 2 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading