Skip to content

Instantly share code, notes, and snippets.

@MariusBongarts
Created January 30, 2023 07:11
Show Gist options
  • Save MariusBongarts/08e5fcd0e8fc30c0e84401c360a867fa to your computer and use it in GitHub Desktop.
Save MariusBongarts/08e5fcd0e8fc30c0e84401c360a867fa to your computer and use it in GitHub Desktop.
{
"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