You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
491 B
19 lines
491 B
5 years ago
|
{
|
||
|
"name": "Hello Extensions",
|
||
|
"description": "Base Level Extension",
|
||
|
"version": "1.0",
|
||
|
"manifest_version": 2,
|
||
|
"browser_action": {
|
||
|
"default_popup": "hello.html",
|
||
|
"default_icon": "hello_extensions.png"
|
||
|
},
|
||
|
"commands": {
|
||
|
"_execute_browser_action": {
|
||
|
"suggested_key": {
|
||
|
"default": "Ctrl+Shift+F",
|
||
|
"mac": "MacCtrl+Shift+F"
|
||
|
},
|
||
|
"description": "Opens hello.html"
|
||
|
}
|
||
|
}
|
||
|
}
|