Update branding and links to Zoo (#498)
* Update branding and links to Zoo Fixes #496 * Update logo to generic * Cleaner zip name
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||

|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>KittyCAD Diff Viewer Extension</title>
|
||||
<title>Zoo Diff Viewer Extension</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
@ -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": {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 8.2 KiB |
Reference in New Issue
Block a user