Created
October 29, 2024 21:32
-
-
Save idontcalculate/03d2cfa33dd27c0056d023e7482281d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"manifest_version": 3, | |
"name": "Hyperfocus", | |
"version": "1.0", | |
"description": "A productivity extension for ADHD-friendly browsing with readability and AI summarization features.", | |
"permissions": ["storage", "activeTab", "scripting"], | |
"action": { | |
"default_popup": "popup.html" | |
}, | |
"content_scripts": [ | |
{ | |
"matches": ["<all_urls>"], | |
"js": ["content.js"] | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment