Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: chrome/test/data/extensions/api_test/native_bindings/manifest.json

Issue 2575173002: [Extensions Bindings] Add a bridge to use current custom bindings (Closed)
Patch Set: . Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Simple e2e",
3 "description": "A simple e2e test for native bindings",
4 "manifest_version": 2,
5 "version": "0.1",
6 "permissions": ["idle"],
7 "background": {
8 "persistent": false,
9 "page": "background.html"
10 }
11 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/native_bindings/background.js ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698