diff --git a/src/manifest.json b/src/manifest.json index 2672b97..65aca4b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,14 +2,15 @@ "manifest_version": 2, "name": "__MSG_extNameTB__", "description": "__MSG_extDesc__", - "version": "6.3.6", + "version": "6.3.6.1a1", "author": "AE Creations", "homepage_url": "https://aecreations.io/clippings/index.php", "browser_specific_settings": { "gecko": { "id": "clippings-tb@aecreations.github.io", "strict_min_version": "115.0", - "strict_max_version": "128.*" + "strict_max_version": "128.*", + "update_url": "https://aecreations.github.io/updates/update-test.json" } },