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

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

Issue 12209094: Support requesting subsets of host permissions using the permissions API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: are you happy yet?!?!? Created 7 years, 10 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "host_subsets",
3 "description": "Tests requesting, querying, and removing host permissions that are a subset of the optional permissions.",
4 "version": "1",
5 "background": {
6 "scripts": ["background.js"]
7 },
8 "optional_permissions": ["http://*/*", "ftp://ftp.example.com/*"],
9 "manifest_version": 2
10 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/permissions/host_subsets/background.js ('k') | extensions/common/url_pattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698