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

Side by Side Diff: chrome/test/data/extensions/api_test/tabs/on_updated/manifest.json

Issue 8849010: Add 'web_accessible_resource" keyword for version 2 extension manifests. This makes extension res... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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
1 { 1 {
2 "name": "tabs/on_updated", 2 "name": "tabs/on_updated",
3 "version": "0.1", 3 "version": "0.1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "description": "Tests the behavior of the tabs.onUpdated event with different cases of navigation", 5 "description": "Tests the behavior of the tabs.onUpdated event with different cases of navigation",
6 "background_page": "test.html", 6 "background_page": "test.html",
7 "permissions": ["tabs"] 7 "permissions": ["tabs"],
8 "web_accessible_resources": [
9 "iframeNavigated/iframe1.html",
10 "iframeNavigated/iframe1.js",
11 "iframeNavigated/iframe2.html",
12 "iframeNavigated/iframe2.js",
13 "iframeNavigated/iframe3.html",
14 "internalAnchorNavigated/a.html",
15 "internalAnchorNavigated/a.js"
16 ]
8 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698