ruffle/web/extension/manifest.json

13 lines
309 B
JSON

{
"manifest_version": 2,
"name": "Ruffle",
"version": "0.1.0",
"description": "Puts Flash back on the web where it belongs.",
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["js/lv0.js"]
}
],
"web_accessible_resources": ["dist/*"]
}