diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1fc393e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.zip +*.xpi +*.crx \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1f1f420..91a1ed9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Vineless", - "version": "0.8.2", + "version": "1.0", "permissions": [ "activeTab", "tabs", @@ -46,7 +46,7 @@ ], "browser_specific_settings": { "gecko": { - "id": "DevLARLEY@larley.dev", + "id": "vineless@ingan121.com", "strict_min_version": "58.0" } }