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

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

Issue 1417513003: [Extensions] Don't allow built-in extensions code to be overridden (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Jochen's Created 5 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
OLDNEW
(Empty)
1 {
2 "name": "Externally Connectable Everywhere",
3 "description": "An extension that is externally connectable everywhere.",
4 "version": "0.1.1",
5 "manifest_version": 2,
6 "externally_connectable": {
7 "matches": ["*://127.0.0.1:*/*"]
8 }
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698