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

Side by Side Diff: chrome/common/extensions/docs/examples/api/downloads/downloads_overwrite/manifest.json

Issue 11574006: Implement chrome.downloads.onDeterminingFilename() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r185803 Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Downloads Overwrite Existing Files",
3 "description": "All downloads overwrite existing files instead of adding ' (1) ', ' (2)', etc.",
4 "version": "1",
5 "minimum_chrome_version": "26.0.1428",
6 "background": {
7 "scripts": ["bg.js"],
8 "persistent": false
9 },
10 "permissions": [
11 "downloads"
12 ],
13 "manifest_version": 2
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698