Skip to content

Commit

Permalink
feat(manifest-beta.json): add manifest file for beta version of the S…
Browse files Browse the repository at this point in the history
…teemit plugin

The manifest-beta.json file is added to the project. This file contains the metadata for the beta version of the Steemit plugin. It includes the plugin ID, name, version, minimum app version required, description, author information, desktop-only flag, and funding URL. This manifest file will be used to configure and publish the beta version of the plugin.
  • Loading branch information
anpigon committed Dec 20, 2023
1 parent 5dec751 commit 1231f7f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "obsidian-steemit",
"name": "Steemit",
"version": "0.3.0-beta-1",
"minAppVersion": "1.4.5",
"description": "A plugin for publishing Obsidian documents to Steemit.",
"author": "anpigon",
"authorUrl": "https://steemit.com/@anpigon",
"isDesktopOnly": true,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/anpigon"
}
}

0 comments on commit 1231f7f

Please sign in to comment.