Skip to content

Commit

Permalink
~ minor changes and switch to 1.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bozzhik committed Nov 25, 2024
1 parent 3e0cee8 commit b3b3f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "website-aura",
"displayName": "website-aura",
"version": "1.0.0",
"version": "1.0.1",
"author": "bozzhik",
"description": "chrome extension for analyzing website's mood through color schemes and typography",
"description": "Unlock the mood of any website with a detailed color scheme analysis and mood-based design insights.",
"type": "module",
"license": "MIT",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions src/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import {defineManifest} from '@crxjs/vite-plugin'
import packageData from '../package.json'

//@ts-ignore
const isDev = process.env.NODE_ENV == 'development'

export default defineManifest({
name: `${packageData.displayName || packageData.name}${isDev ? ` ➡️ Dev` : ''}`,
name: `${packageData.displayName || packageData.name}${isDev ? ` ➡️ Dev` : ''}`, // Website Aura: Color Analyzer
description: packageData.description,
version: packageData.version,
manifest_version: 3,
Expand Down

0 comments on commit b3b3f06

Please sign in to comment.