@tomako/tools-runtime 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomako/tools-runtime",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Shared interactive tools runtime for Tomako-FE workspace dialogs and Tomako-SEO tool pages",
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,13 +1,18 @@
1
1
  const appIconResizer = {
2
2
  meta: {
3
- title: "App Icon Resizer for iOS and Android",
3
+ title: "App Icon Generator & Resizer for iOS and Android",
4
+ displayTitle: "App Icon Generator for iOS and Android",
4
5
  description:
5
6
  "Upload one square app icon and locally generate an Xcode AppIcon, Google Play 512 icon, and Android legacy launcher package, then review and download one ZIP.",
6
7
  intro:
7
8
  "Upload one 1024px+ square source and locally generate Xcode, Google Play, and Android legacy launcher files.",
8
9
  category: "App submission tools",
9
10
  keywords: [
11
+ "app icon generator",
10
12
  "app icon resizer",
13
+ "iOS app icon generator",
14
+ "Android app icon generator",
15
+ "app icon sizes",
11
16
  "App Store icon",
12
17
  "Google Play icon",
13
18
  "iOS AppIcon",
@@ -21,13 +26,13 @@ const appIconResizer = {
21
26
  guide: {
22
27
  heroVisualAlt:
23
28
  "App icon asset package visual showing one source icon exported into store submission, Xcode, and Android launcher files.",
24
- workspaceHeading: "App Icon Resizer and Asset Package",
29
+ workspaceHeading: "App Icon Generator and Asset Package",
25
30
  workspaceHint:
26
31
  "One source, one local ZIP for store and engineering handoff.",
27
32
  workspaceBadge: "PNG + ZIP",
28
33
  standard: {
29
34
  benefits: {
30
- title: "Why use this app icon resizer",
35
+ title: "Why use this app icon generator",
31
36
  cards: [
32
37
  {
33
38
  title: "Generate the handoff at once",
@@ -1,13 +1,15 @@
1
1
  const competitorAnalysis = {
2
2
  meta: {
3
- title: "AI Competitor Analysis Tool: Sources",
3
+ title: "AI Competitor Analysis Tool with Sources",
4
+ displayTitle: "AI Competitor Analysis Tool",
4
5
  description: "Enter a competitor URL and get a sourced profile of its product, traffic, growth, business scale, team, and funding, with confidence shown for each finding.",
5
6
  intro: "Turn a single competitor URL into a one-page profile. Built from public web and search signals, every dimension shows its confidence so you can act on positioning, growth, and competitive decisions.",
6
7
  category: "Market research tools",
7
8
  keywords: [
8
9
  "competitor analysis tool",
10
+ "competitor research tool",
11
+ "competitive analysis tool",
9
12
  "competitor analysis",
10
- "competitor research",
11
13
  "competitor website traffic",
12
14
  "competitor funding lookup",
13
15
  ],
@@ -107,7 +107,7 @@ const twitterGifDownloader = {
107
107
  {
108
108
  question: "Why does a Twitter GIF need conversion?",
109
109
  answer:
110
- "Twitter/X usually serves GIFs as MP4 animation files. A downloader needs to fetch the video source first, then convert it into a real .gif file.",
110
+ "Twitter/X usually serves GIF-style posts as MP4 animation files. This tool re-encodes that MP4 into a real .gif at 12 fps and up to 720px wide, so the GIF is not the original uploaded byte stream or an original-fidelity export.",
111
111
  },
112
112
  {
113
113
  question: "Does this work with x.com links?",