mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"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"
|
|
}
|
|
} |