{ "manifest_version": 2, "name": "Ruffle", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icons/16.png", "32": "icons/32.png", "48": "icons/48.png", "128": "icons/128.png", "180": "icons/180.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [""], "js": ["dist/lv0.js"], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": ["dist/*"], "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'unsafe-inline'", "browser_action": { "default_popup": "popup.html", "browser_style": true }, "options_ui": { "page": "settings.htm", "open_in_tab": true } }