ruffle/web/packages/extension/manifest.json

22 lines
533 B
JSON

{
"manifest_version": 2,
"name": "Ruffle",
"description": "Puts Flash back on the web where it belongs.",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png",
"180": "icons/180.png"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["js/lv0.js"],
"all_frames": true,
"run_at": "document_start"
}
],
"web_accessible_resources": ["dist/*"]
}