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

Unified Diff: chrome/test/data/extensions/samples/icon_size_test/manifest.json

Issue 286001: Allow slightly larger browser and page action icons. (Closed)
Patch Set: erikkay comments Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/samples/icon_size_test/icon.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/samples/icon_size_test/manifest.json
diff --git a/chrome/test/data/extensions/samples/icon_size_test/manifest.json b/chrome/test/data/extensions/samples/icon_size_test/manifest.json
new file mode 100755
index 0000000000000000000000000000000000000000..7735277a2f194c5f3bd753b2df389d678eec5966
--- /dev/null
+++ b/chrome/test/data/extensions/samples/icon_size_test/manifest.json
@@ -0,0 +1,19 @@
+{
+ "name": "A browser action with a large icon",
+ "version": "1.0",
+ "permissions": [
+ "tabs", "http://*/*"
+ ],
+ "browser_action": {
+ "name": "Make this page red",
+ "icons": ["icon.png"]
+ },
+ "page_actions": [
+ {
+ "id": "foo",
+ "name": "foobar",
+ "icons": ["icon.png"]
+ }
+ ],
+ "background_page": "background.html"
+}
« no previous file with comments | « chrome/test/data/extensions/samples/icon_size_test/icon.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698