blob: d05aa602321c232db19ea13ec88973cb8e2edc71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"manifest_version": 3,
"name": "ASAP",
"version": "0.1.0",
"description": "Adds Markdown and LaTeX support to Pronto.",
"content_scripts": [{ "matches": ["*://*.pronto.io/*"], "js": ["page.js"] }],
"web_accessible_resources": [
{ "resources": ["*"], "matches": ["*://*.pronto.io/*"] }
],
"browser_specific_settings": { "gecko": { "id": "asap@pml4t.net" } }
}
|