Created
January 30, 2023 07:11
-
-
Save MariusBongarts/08e5fcd0e8fc30c0e84401c360a867fa 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
{ | |
"name": "chrome-history-extension", | |
"description": "Chrome extension that accesses the chrome history API to read the browser history and display it in our own personalized React dashboard", | |
"version": "1.0.0", | |
"manifest_version": 3, | |
"action": { | |
"default_title": "Chrome History Dashboard", | |
"default_popup": "./index.html" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment