alful/manifest.json

13 lines
346 B
JSON
Raw Permalink Normal View History

2018-02-11 21:07:53 +01:00
{
2019-07-11 11:11:44 +02:00
"manifest_version": 2,
"name": "alful",
"version": "0.2",
2019-07-11 11:11:44 +02:00
"description": "Lauch all Firefox Quantum windows fullscreen",
"homepage_url": "https://github.com/McSinyx/alful",
"icons": {"48": "icon.svg", "96": "icon.svg"},
"background": {"scripts": ["background.js"]},
2019-07-11 11:11:44 +02:00
"applications": {"gecko": {"strict_min_version": "48.0"}}
2018-02-11 21:07:53 +01:00
}