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

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

Issue 441103002: Tests for the Copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@api
Patch Set: Fixing tests for the latest API. Created 6 years, 4 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": "Copresence API test",
3 "version": "1.0",
4 "description": "Test copresence API",
rkc 2014/08/07 08:56:57 Nit: This isn't a test copresence API :)
Charlie 2014/08/07 22:24:15 Fixed, I think.
5 "permissions": ["copresence"],
6 "app": {
7 "background": {
8 "scripts": ["test_copresence_api.js"]
9 }
10 }
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698