Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ScilympiadToLaTeX",
"version": "1.4.8",
"description": "Converts a scilympiad test into LaTeX code",
"icons": {
"48": "icons\/stl logo.png",
"128": "icons\/StL logo 128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_icon": "icons\/stl logo.png",
"default_title": "Generate",
"default_popup": "popup\/popup.html"
},
"host_permissions": [
"https:\/\/scilympiad.com\/*"
]
}