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

Side by Side Diff: chrome/test/data/extensions/platform_apps/apps_only/manifest.json

Issue 49333004: Make app APIs implicit within _api_features.json not _permission_features.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete component extension granting Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "Extension for testing that apps-only things are blocked", 2 "name": "Extension for testing that apps-only things are blocked",
3 "version": "0.5", 3 "version": "0.5",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "permissions": [
6 "app.window"
7 ],
8 "background": { 5 "background": {
9 "scripts": ["background.js"] 6 "scripts": ["background.js"]
10 } 7 }
11 } 8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698