{ "manifest_version": 2, "name": "STIQEE", "description": "This extension shows a Google Image search result for the current page", "version": "1.0", "browser_action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "https://ajax.googleapis.com/" ], "content_security_policy":"script-src 'self' https://apis.google.com; object-src 'self'", "content_scripts": [ { "css": [ "style.css" ], "matches": [""], "js": ["script.js"] } ] }