mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-12 06:09:05 +07:00
14 lines
213 B
JSON
14 lines
213 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Keyboard Handler Sample",
|
|
"version": "3.1",
|
|
"icons": {
|
|
"128": "assets/icon_128.png"
|
|
},
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
}
|
|
}
|
|
}
|