Skip to content

Commit

Permalink
feat: Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ducminh-phan committed Jan 24, 2024
1 parent a670fcf commit efe139f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ const isDev = process.env.NODE_ENV == "development";
const name = "Coda Extension";

export default defineManifest({
manifest_version: 3,
name: `${name}${isDev ? ` ➡️ Dev` : ""}`,
version: packageData.version,
manifest_version: 3,
description: "Empower non-Doc-Makers to create/update Coda pages.",
icons: {
16: "assets/icon/icon-16.png",
32: "assets/icon/icon-32.png",
Expand Down

0 comments on commit efe139f

Please sign in to comment.