{ "short_name": "", "name": "", "version": "3.0", "gcm_sender_id": "802850681071", "description": "Platform", "manifest_version": 1, "icons": [ { "src": "/pix-11-0-1c", "type": "image/png", "sizes": "600x600" }, { "src": "/pix-11-0-x1c", "type": "image/png", "sizes": "200x200" }, { "src": "/pix-11-0-xx1c", "type": "image/png", "sizes": "100x100" }, { "src": "/pix-11-0-xxx1c", "type": "image/png", "sizes": "60x60" } ], "start_url": "/index.php", "background_color": "#3367D6", "display": "standalone", "offline_enabled": true, "theme_color": "#3367D6", "background": { "scripts": ["background.js"] }, "permissions": [ "notifications", "activeTab" ], "share_target": { "action": "/share", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "records", "accept": ["text/csv", ".csv"] }, { "name": "graphs", "accept": "image/svg+xml" } ] } } }