1 { 2 "key" : "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDwXhVzJXbc9tqR1AjQwMksRCopgDziDffza16CsGZ9Z6Jz2bB2uBBaESqXQM7rFY4TSpbFgjhHUgBbGu+fFvcL8VSeeVPk81cztLjyyQL+1TflsS/qr56xFuwGNFVLjlSyyX2IEK5efhN6ALdZcjuia6zAak7oXAByg8WoanVJKwIBIw==", 3 "name": "Send to Picasa", 4 "version": "1.0", 5 "description": "Upload photos to Picasa Web Albums", 6 "icons": { 7 "16": "images/picasa-16.png" 8 }, 9 "background_page": "background.html", 10 "file_browser_handlers": [ 11 { 12 "id": "upload", 13 "default_title": "Send to Picasa", 14 "file_filters": [ 15 "filesystem:*.jpeg", 16 "filesystem:*.jpg", 17 "filesystem:*.png", 18 "filesystem:*.gif", 19 "filesystem:*.JPEG", 20 "filesystem:*.JPG", 21 "filesystem:*.PNG", 22 "filesystem:*.GIF" 23 ] 24 } 25 ], 26 "permissions": [ 27 "tabs", 28 "contextMenus", 29 "fileBrowserHandler", 30 "notifications", 31 "chrome://resources/", 32 "http://*/*", 33 "https://*/*" 34 ] 35 } 36