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

Side by Side Diff: tools/telemetry/unittest_data/simple_app/manifest.json

Issue 304773003: Add support for GetByExtensionId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support for multiple extension contexts Created 6 years, 6 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 "description": "Simple Telemetry Test WebApp",
3 "name": "Simple Telemetry Test WebApp",
4 "app": {
5 "background": {
6 "scripts": ["background.js"]
7 }
8 },
9 "manifest_version": 2,
10 "version": "1.0"
11 }
OLDNEW
« no previous file with comments | « tools/telemetry/unittest_data/simple_app/main.html ('k') | tools/telemetry/unittest_data/simple_app/second.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698