From 7565a48b941c0d2237b0c90a4e0e906b5581e161 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Sat, 23 May 2020 02:25:46 -0700 Subject: DARLING in the FRANXX --- manifest.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..be28db0 --- /dev/null +++ b/manifest.json @@ -0,0 +1,36 @@ + { + "manifest_version": 2, + "name": "strelizia Uploader", + "description": "Uploader for strelizia", + "version": "2019.1.24.1", + "version_name": "Biribiri", + "options_ui": { + "page": "settings.html", + "chrome_style": false, + "open_in_tab": true + }, + "icons": { + "48": "logo-48x48.png", + "128": "logo-128x128.png" + }, + "permissions": [ + "contextMenus", + "storage", + "notifications", + "tabs", + "webRequest", + "webRequestBlocking", + "" + ], + "background": { + "scripts": [ + "axios.min.js", + "background.js" + ], + "persistent": true + }, + "web_accessible_resources": [ + "content.js", + "content.css" + ] + } -- cgit v1.2.3