- Replace scattered .prettierignore files with a single root config - Add scripts/ci.js to orchestrate lint, format, typecheck, commitlint, and build - Simplify ci.yml to use ci.js and npm ci - Apply prettier formatting to docs, locales, and HTML files
12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"extName": {
|
|
"message": "Page Agent Ext"
|
|
},
|
|
"extDescription": {
|
|
"message": "AI-powered browser automation assistant. Control web pages with natural language."
|
|
},
|
|
"extActionTitle": {
|
|
"message": "Open Page Agent"
|
|
}
|
|
}
|