Created
August 31, 2021 18:05
-
-
Save J3698/40e0669f0444e9a66107fb984e8a5981 to your computer and use it in GitHub Desktop.
Manifest
This file contains hidden or 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": "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