|
1 | 1 | { |
| 2 | + "homepage.meta.title": { |
| 3 | + "message": "ScriptCat - Powerful Browser Script Engine", |
| 4 | + "description": "Homepage meta title for SEO" |
| 5 | + }, |
| 6 | + "homepage.meta.description": { |
| 7 | + "message": "ScriptCat is a powerful open-source browser script engine that lets you easily customize web functionality, eliminate ads, automate tasks, and enhance your browsing experience. Compatible with Tampermonkey with more features.", |
| 8 | + "description": "Homepage meta description for SEO" |
| 9 | + }, |
| 10 | + "homepage.og.title": { |
| 11 | + "message": "ScriptCat - Powerful Browser Script Engine", |
| 12 | + "description": "Open Graph title for social sharing" |
| 13 | + }, |
| 14 | + "homepage.og.description": { |
| 15 | + "message": "Open-source browser script engine that makes your browser do more. Supports userscripts, background scripts, compatible with Tampermonkey, more powerful features.", |
| 16 | + "description": "Open Graph description for social sharing" |
| 17 | + }, |
| 18 | + "homepage.twitter.title": { |
| 19 | + "message": "ScriptCat - Powerful Browser Script Engine", |
| 20 | + "description": "Twitter card title" |
| 21 | + }, |
| 22 | + "homepage.twitter.description": { |
| 23 | + "message": "Open-source browser script engine that makes your browser do more", |
| 24 | + "description": "Twitter card description" |
| 25 | + }, |
2 | 26 | "homepage.hero.title": { |
3 | 27 | "message": "The Ultimate Script Engine for", |
4 | 28 | "description": "Main title on the homepage hero section" |
|
283 | 307 | "message": "Thanks to all contributors", |
284 | 308 | "description": "Footer contributors section title" |
285 | 309 | }, |
286 | | - "homepage.meta.title": { |
287 | | - "message": "Home", |
288 | | - "description": "Homepage meta title" |
289 | | - }, |
290 | | - "homepage.meta.description": { |
291 | | - "message": "ScriptCat, a browser extension that executes user scripts, making everything scriptable and enabling your browser to do more!", |
292 | | - "description": "Homepage meta description" |
293 | | - }, |
294 | 310 | "footer.description": { |
295 | 311 | "message": "A powerful browser script engine that makes your web experience richer and more colorful.", |
296 | 312 | "description": "Footer description" |
|
0 commit comments