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

Side by Side Diff: chrome/test/data/extensions/allow_silent_upgrade/platformapp2_old.json

Issue 18399007: Don't count host permission changes for v2 apps as a permission increase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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/allow_silent_upgrade/platformapp2_new.json ('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
(Empty)
1 {
2 "name": "platform app api increase v1",
3 "version": "1",
4 "manifest_version": 2,
5 "app": {"background": {"scripts": ["background.js"]}},
6 "permissions": [
7 "http://example.com"
8 ]
9 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698