{ "name": "AG Data Parser Extension", "version": "1.1", "description": "Extension to parse pages and send them to the save sink.", "browser_action": { "default_title": "Send message to other apps", "default_icon": "icon_16.png", "default_popup": "index.html" }, "background": { "scripts": ["eventPage.js"], "persistent": false }, "content_scripts": [{ "matches": [""], "js": ["content.js","jquery.js"], "run_at": "document_end" }], "permissions": [ "activeTab", "notifications","storage","webNavigation"], "manifest_version": 2 }