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

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

Issue 7508029: Add origin permissions to the extension permissions API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix dcheck Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/api_test/permissions/optional_deny/background.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "permissions/optional_deny", 2 "name": "permissions/optional_deny",
3 "description": "permissions/optional_deny", 3 "description": "permissions/optional_deny",
4 "version": "0.1", 4 "version": "0.1",
5 "background_page": "background.html", 5 "background_page": "background.html",
6 "permissions": ["experimental", "permissions", "http://example.org/"], 6 "permissions": ["experimental", "permissions", "http://a.com/*"],
7 "optional_permissions": ["tabs", "management"] 7 "optional_permissions": ["tabs", "management", "http://*.c.com/*"]
8 } 8 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/permissions/optional_deny/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698