{ "manifest_version": 2, "name": "test-invalid-extension", "version": "1", "description": "the name says it all", "permissions": ["*://*.foo.com/*", "alarms", "notifications", "tabs"], "background": { "scripts": ["background.js"] }, "content_scripts": [ { "matches": "*://*.foo.com/*", "js": ["content.js"] } ], "browser_action": { "default_icon": { "32": "home.svg" }, "default_title": "foobarbaz (v1)", "browser_style": true } }