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

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

Issue 7552028: Injected CSS localization fix (see bug no.) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed unnecessary include and added comments to browser test. 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
OLDNEW
(Empty)
1 {
2 "name": "Localize CSS scripts",
3 "description": "Checks that messages in CSS scripts get localized.",
Nebojša Ćirić 2011/08/16 17:40:24 ...CSS content scripts... CSS scripts that belong
adriansc 2011/08/16 22:13:51 Done.
4 "version": "0.1",
5 "background_page": "background.html",
6 "default_locale": "en",
7 "content_scripts": [
8 {
9 "matches": ["http://*/*", "file://*/*"],
10 "css": ["style.css"]
11 }
12 ],
13 "permissions": [
14 "tabs", "http://*/*"
15 ]
16 }
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698