diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ed823d..171c4bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: RELEASE: ${{ github.event.release.name }} - RELEASE_ZIP: kittycad_diff-viewer_${{ github.event.release.name || github.sha }}.zip + RELEASE_ZIP: zoo-diff-viewer-extension_${{ github.event.release.name || github.sha }}.zip steps: - uses: actions/checkout@v4.1.1 diff --git a/README.md b/README.md index 6fe7f38..9c92d0b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![KittyCAD](/public/logo192.png) +![Zoo](/public/logo192.png) -## KittyCAD Diff Viewer Extension +## Zoo Diff Viewer Extension View changes to your models directly within GitHub with our extension for all Chrome, Edge, and Chromium-powered browsers. Use the industry-standard version control platform, supercharged with a rich CAD visualizer. Open-source and powered by the KittyCAD API. diff --git a/index.html b/index.html index 21d981d..4afc5d6 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - KittyCAD Diff Viewer Extension + Zoo Diff Viewer Extension
diff --git a/manifest.json b/manifest.json index f6f83e3..f1423be 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name": "KittyCAD Diff Viewer", - "description": "KittyCAD Diff Viewer Chrome Extension", + "name": "Zoo Diff Viewer", + "description": "Zoo Diff Viewer Chrome Extension", "version": "0.7.0", "manifest_version": 3, "action": { diff --git a/public/logo192.png b/public/logo192.png index 8a1ba20..7aaf1a5 100644 Binary files a/public/logo192.png and b/public/logo192.png differ diff --git a/public/logo512.png b/public/logo512.png index 499dd3f..e3ea609 100644 Binary files a/public/logo512.png and b/public/logo512.png differ