electron/spec/fixtures/devtools-extensions/foo/manifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
160 B
JSON
Raw Normal View History

{
"manifest_version": 2,
2016-05-17 21:52:45 +00:00
"name": "foo",
"permissions": [
"storage"
],
2016-05-17 21:52:45 +00:00
"version": "1.0",
2016-06-08 21:57:20 +00:00
"devtools_page": "foo.html",
"default_locale": "en"
}