mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
21 lines
542 B
JSON
21 lines
542 B
JSON
{
|
|
"description": "A sidebar that integrates with the current theme",
|
|
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/theme-integrated-sidebar",
|
|
"manifest_version": 2,
|
|
"name": "Theme integrated sidebar",
|
|
"permissions": [
|
|
"theme"
|
|
],
|
|
"sidebar_action": {
|
|
"default_title": "Theme integrated sidebar",
|
|
"default_panel": "sidebar.html"
|
|
},
|
|
"version": "1.0",
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "theme-integrated-sidebar@mozilla.org",
|
|
"strict_min_version": "58.0a1"
|
|
}
|
|
}
|
|
}
|