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

Unified Diff: chrome/common/extensions/docs/examples/api/notifications/manifest.json

Issue 10920067: Merge 154664 - Rewrite notifications documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 years, 3 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 | « no previous file | chrome/common/extensions/docs/server2/static/css/site.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/api/notifications/manifest.json
===================================================================
--- chrome/common/extensions/docs/examples/api/notifications/manifest.json (revision 154665)
+++ chrome/common/extensions/docs/examples/api/notifications/manifest.json (working copy)
@@ -7,5 +7,10 @@
"permissions": ["tabs", "notifications"],
"options_page": "options.html",
"background": { "scripts": ["background.js"] },
- "manifest_version": 2
+ "manifest_version": 2,
+
+ // crbug.com/134315
+ "web_accessible_resources": [
+ "48.png"
+ ]
}
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/static/css/site.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698