mirror of
https://github.com/electron/electron.git
synced 2026-02-07 05:35:02 -05:00
11 lines
160 B
JSON
11 lines
160 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "foo",
|
|
"permissions": [
|
|
"storage"
|
|
],
|
|
"version": "1.0",
|
|
"devtools_page": "foo.html",
|
|
"default_locale": "en"
|
|
}
|