summaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-12-14 16:41:11 -0500
committeralyx <alyx@aleteoryx.me>2023-12-14 16:41:11 -0500
commit3c8205e0b9d44402b06c0033ad548e81fb8cf2d2 (patch)
treec5cd2e30d7982629f739ee2e393e80608f2cc276 /manifest.json
parent95c2e6bf6700429e7bae9debff98b00315dfd838 (diff)
downloadtumblr_follower_mgr-master.tar.gz
tumblr_follower_mgr-master.tar.bz2
tumblr_follower_mgr-master.zip
Basic onboarding flowHEADmaster
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..a2c31d4
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,23 @@
+{
+ "manifest_version": 3,
+ "name": "Tumblr Follower Manager",
+ "description": "Cause I follow too many fucks!",
+ "version": "1.0",
+ "action": {
+ "default_icon": "icons/32.png"
+ },
+ "background": {
+ "service_worker": "background.js",
+ "type": "module"
+ },
+ "storage": "schema.json",
+ "icons": {
+ "16": "icons/16.png",
+ "32": "icons/32.png",
+ "44": "icons/44.png",
+ "64": "icons/64.png",
+ "128": "icons/128.png"
+ },
+ "permissions": [ "tabs", "storage", "unlimitedStorage", "scripting" ],
+ "host_permissions": [ "https://example.com/tfm_*", "https://tumblr.com/" ]
+}