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

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

Issue 2499493004: Communicate ExtensionSettings policy to renderers (Closed)
Patch Set: Fix effective TLD wildcard bug, move to Leaky LazyInstance in PermissionsData, removed unnecessary … Created 3 years, 9 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
OLDNEW
1 { 1 {
2 "name": "content_scripts/permissions", 2 "name": "content_scripts/permissions",
3 "version": "1", 3 "version": "1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "permissions": ["tabs"], 5 "permissions": ["tabs", "*://example.com/*"],
6 "optional_permissions": ["http://*/*"], 6 "optional_permissions": ["http://*/*"],
7 "background": { "scripts": ["background.js"] } 7 "background": { "scripts": ["background.js"] }
8 } 8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698