diff --git a/Sources/manifest.json b/Sources/manifest.json index 9608927..ebc2675 100644 --- a/Sources/manifest.json +++ b/Sources/manifest.json @@ -1,31 +1,40 @@ { - "Actions": [ - { - "Icon": "images/api_action", - "Name": "API Request", - "States": [ - { "Image": "images/api_key" } - ], - "Tooltip": "Make an API Request", - "UUID": "com.github.mjbnz.sd-api-request" - } - ], - "SDKVersion": 2, - "Author": "mjbnz", - "CodePath": "index.html", - "PropertyInspectorPath": "propertyinspector/index.html", - "Description": "REST Easily", - "Name": "API Request", - "Icon": "images/api_action", - "Category": "API Request", - "CategoryIcon": "images/api_action", - "URL": "https://github.com/mjbnz/sd-api-request/", - "Version": "0.2", - "OS": [ - { "Platform": "mac", "MinimumVersion": "10.11" }, - { "Platform": "windows", "MinimumVersion": "10" } - ], - "Software": { - "MinimumVersion": "4.1" - } + "Actions": [ + { + "Icon": "images/api_action", + "Name": "API Request", + "States": [ + { + "Image": "images/api_key" + } + ], + "Tooltip": "Make an API Request", + "UUID": "com.github.mjbnz.sd-api-request" + } + ], + "SDKVersion": 2, + "Author": "mjbnz", + "CodePath": "index.html", + "PropertyInspectorPath": "propertyinspector/index.html", + "Description": "REST Easily", + "Name": "API Request", + "Icon": "images/api_action", + "Category": "API Request", + "CategoryIcon": "images/api_action", + "URL": "https://github.com/mjbnz/sd-api-request/", + "Version": "0.2.0.0", + "OS": [ + { + "Platform": "mac", + "MinimumVersion": "10.11" + }, + { + "Platform": "windows", + "MinimumVersion": "10" + } + ], + "Software": { + "MinimumVersion": "6.8" + }, + "UUID": "com.github.mjbnz.sd-api-request" } diff --git a/Sources/propertyinspector/index.html b/Sources/propertyinspector/index.html index cd8a43d..e6cbc1c 100644 --- a/Sources/propertyinspector/index.html +++ b/Sources/propertyinspector/index.html @@ -109,7 +109,7 @@