flashlang/src/manifest.json

12 lines
234 B
JSON
Raw Normal View History

2020-07-23 16:48:51 +02:00
{
"name": "Lingo",
"manifest_version": 2,
"version": "0.1",
"browser_action": {
"browser_style": true,
2020-07-23 21:00:54 +02:00
"default_popup": "popup.html",
"background": { "scripts": ["background.bundle.js"] }
2020-07-23 16:48:51 +02:00
},
"permissions": ["activeTab"]
}