Skip to content

Instantly share code, notes, and snippets.

@J3698
Created August 31, 2021 18:05
Show Gist options
  • Save J3698/40e0669f0444e9a66107fb984e8a5981 to your computer and use it in GitHub Desktop.
Save J3698/40e0669f0444e9a66107fb984e8a5981 to your computer and use it in GitHub Desktop.
Manifest
{
"name": "Detexify",
"description": "Symbol Recognition for Overleaf",
"version": "1.0",
"manifest_version": 2,
"content_scripts": [{
"js": ["content.js"],
"css": ["style.css"],
"matches": ["https://www.overleaf.com/project/*"]
}],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment