From 26ee0a64973a16584f8d51686ab357acfd526ee9 Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Fri, 23 Aug 2024 23:32:26 -0400 Subject: init commit --- manifest.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..09ccb52 --- /dev/null +++ b/manifest.json @@ -0,0 +1,21 @@ +{ + "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"] +} ] +} \ No newline at end of file -- cgit v1.2.3-70-g09d2