Skip to content

Commit

Permalink
added new assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkShawn2020 committed Oct 14, 2024
1 parent 686565f commit ffcf77b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 14 deletions.
Binary file added assets/logo_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/v0.3.0-artifact_640x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/logo_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added dist/assets/v0.3.0-artifact_640x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
{
"name": "claude-artifact-enhancer",
"version": "0.6.4",
"version": "0.6.5",
"manifest_version": 3,
"description": "Your Helpful Claude Artifact Enhancer",
"author": "南川 <mark@cs-magic.com>",
"permissions": [
"activeTab",
"scripting",
"downloads"

],
"host_permissions": [
"https://claude.ai/*",
"https://www.claudeusercontent.com/*",
"https://api.claude.ai/*"
],
"icons": {
"16": "assets/logo.png",
"48": "assets/logo.png",
"128": "assets/logo.png"
"16": "assets/logo_128x128.png",
"48": "assets/logo_128x128.png",
"128": "assets/logo_128x128.png"
},
"background": {
"service_worker": "background.js"
Expand Down
12 changes: 5 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
{
"name": "claude-artifact-enhancer",
"version": "0.6.4",
"version": "0.6.5",
"manifest_version": 3,
"description": "Your Helpful Claude Artifact Enhancer",
"author": "南川 <mark@cs-magic.com>",
"permissions": [
"activeTab",
"scripting",
"downloads"

],
"host_permissions": [
"https://claude.ai/*",
"https://www.claudeusercontent.com/*",
"https://api.claude.ai/*"
],
"icons": {
"16": "assets/logo.png",
"48": "assets/logo.png",
"128": "assets/logo.png"
"16": "assets/logo_128x128.png",
"48": "assets/logo_128x128.png",
"128": "assets/logo_128x128.png"
},
"background": {
"service_worker": "background.js"
Expand Down

0 comments on commit ffcf77b

Please sign in to comment.