mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-27 11:27:00 +02:00
create working extension with eslint configured locally
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"description": "Example using eslint",
|
||||
"name": "eslint-example",
|
||||
"version": "1.0",
|
||||
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/eslint-example",
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "eslint-example@mozilla.org",
|
||||
"strict_min_version": "49.0"
|
||||
}
|
||||
},
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "icons/page-32.png",
|
||||
"default_popup": "popup.html"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user