diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 31c5fea..414a889 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -3,12 +3,12 @@ "owner": { "name": "revylai" }, - "description": "Greenlight — Apple App Store pre-submission compliance scanner.", + "description": "Greenlight \u2014 Apple App Store and Google Play pre-submission compliance scanner.", "plugins": [ { "name": "greenlight", "source": "./", - "description": "Run ALL App Store compliance checks in one command — code patterns, privacy manifests, IPA binaries, metadata. Catches rejections before you submit.", + "description": "Run every App Store and Google Play compliance check in one command: code patterns, privacy manifests, Android manifests and Gradle, IPA/APK/AAB binaries, metadata. Catches rejections before you submit.", "category": "compliance", "tags": [ "apple", @@ -20,7 +20,12 @@ "react-native", "expo", "rejection", - "compliance" + "compliance", + "android", + "google-play", + "play-policy", + "gradle", + "aab" ], "strict": true } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ccf8924..ceb3e58 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,8 +1,8 @@ { "name": "greenlight", - "displayName": "Greenlight — App Store Pre-Submission Scanner", - "description": "Run ALL App Store compliance checks in one command — code patterns, privacy manifests, IPA binaries, metadata. Catches rejections before you submit. Claude Code integration: run, fix, re-run until GREENLIT.", - "version": "0.1.0", + "displayName": "Greenlight \u2014 App Store & Google Play Pre-Submission Scanner", + "description": "Run every App Store and Google Play compliance check in one command: code patterns, privacy manifests, Android manifests and Gradle, IPA/APK/AAB binaries, metadata. Catches rejections before you submit. Claude Code integration: run, fix, re-run until GREENLIT.", + "version": "0.2.0", "author": { "name": "revylai", "url": "https://revyl.com" @@ -22,6 +22,12 @@ "pre-submission scan", "greenlight", "privacy manifest", - "app store ready" + "app store ready", + "android", + "google play", + "play policy", + "target api level", + "apk", + "aab" ] } diff --git a/.goreleaser.yml b/.goreleaser.yml index 338b3ff..a8e5088 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -31,6 +31,14 @@ archives: checksum: name_template: "checksums.txt" +# Pin the target repo rather than letting GoReleaser infer it from the git +# remote. A contributor's fork is a perfectly ordinary remote, and the inferred +# value ends up baked into the Homebrew cask's download URLs. +release: + github: + owner: RevylAI + name: greenlight + changelog: sort: asc filters: @@ -47,7 +55,7 @@ homebrew_casks: name: homebrew-tap token: "{{ .Env.HOMEBREW_TAP_TOKEN }}" homepage: "https://github.com/RevylAI/greenlight" - description: "Pre-submission compliance scanner for the Apple App Store" + description: "Pre-submission compliance scanner for the Apple App Store and Google Play" # Strip the quarantine xattr so the unsigned binary runs without a Gatekeeper prompt. hooks: post: diff --git a/SKILL.md b/SKILL.md index 1dbde5b..de8a1a6 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,11 +1,13 @@ --- name: greenlight description: > - Pre-submission compliance scanner for Apple App Store. Use this skill when reviewing - iOS, macOS, tvOS, watchOS, or visionOS app code (Swift, Objective-C, React Native, Expo) - to identify potential App Store rejection risks before submission. Triggers on tasks involving - app review preparation, compliance checking, App Store submission readiness, or when a user - asks about App Store guidelines. + Pre-submission compliance scanner for the Apple App Store and Google Play. Use this skill + when reviewing iOS, macOS, tvOS, watchOS, visionOS, or Android app code (Swift, Objective-C, + Kotlin, Java, React Native, Expo) to identify store rejection risks before submission, including + Android manifest and Gradle policy checks and built APK/AAB inspection. Triggers on tasks + involving app review preparation, compliance checking, App Store or Play submission readiness, + target API level deadlines, restricted permissions, or when a user asks about App Store + guidelines or Google Play Developer Program Policies. --- # Greenlight — App Store Pre-Submission Scanner diff --git a/metadata.json b/metadata.json index be9dfea..93f8b14 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { - "version": "0.1.0", + "version": "0.2.0", "name": "greenlight", - "description": "Pre-submission compliance scanner for Apple App Store", + "description": "Pre-submission compliance scanner for the Apple App Store and Google Play", "organization": { "name": "Revyl", "url": "https://revyl.com" @@ -13,10 +13,27 @@ "https://developer.apple.com/documentation/apptrackingtransparency", "https://developer.apple.com/documentation/localauthentication", "https://developer.apple.com/documentation/networkextension/nevpnmanager", - "https://developer.apple.com/help/app-store-connect/" + "https://developer.apple.com/help/app-store-connect/", + "https://support.google.com/googleplay/android-developer/answer/16810878", + "https://developer.android.com/google/play/requirements/target-sdk" ], "keywords": [ - "apple", "app-store", "review", "guidelines", "ios", "swift", - "react-native", "expo", "compliance", "rejection", "preflight" + "apple", + "app-store", + "review", + "guidelines", + "ios", + "swift", + "react-native", + "expo", + "compliance", + "rejection", + "preflight", + "android", + "google-play", + "playscan", + "gradle", + "aab", + "apk" ] }