Skip to content

Instantly share code, notes, and snippets.

@idontcalculate
Created October 29, 2024 21:32
Show Gist options
  • Save idontcalculate/03d2cfa33dd27c0056d023e7482281d5 to your computer and use it in GitHub Desktop.
Save idontcalculate/03d2cfa33dd27c0056d023e7482281d5 to your computer and use it in GitHub Desktop.
{
"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