mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
Add theme integrated sidebar example (#308)
This commit is contained in:
20
theme-integrated-sidebar/manifest.json
Normal file
20
theme-integrated-sidebar/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user