From 0bd63a9de764a0ec4371fb6fe6dceca433afe1e0 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Sun, 6 Sep 2020 20:20:15 +0200 Subject: [PATCH] #35 Fixed developer property from tmeplate manifest --- src/manifests/manifest.template.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/manifests/manifest.template.json b/src/manifests/manifest.template.json index d503e46..21a0f6d 100644 --- a/src/manifests/manifest.template.json +++ b/src/manifests/manifest.template.json @@ -6,7 +6,10 @@ "description": "Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.", "manifest_version": 2, "author": "Serraniel", - "developer": "Serraniel and contributors", + "developer": { + "name": "Serraniel", + "url": "https://github.com/Serraniel" + }, "homepage_url": "https://github.com/Serraniel/AniwatchPlus", "icons": { "48": "images/icon/icon_48.png",