Add 260+ Claude Code skills from skills.sh
Complete collection of AI agent skills including: - Frontend Development (Vue, React, Next.js, Three.js) - Backend Development (NestJS, FastAPI, Node.js) - Mobile Development (React Native, Expo) - Testing (E2E, frontend, webapp) - DevOps (GitHub Actions, CI/CD) - Marketing (SEO, copywriting, analytics) - Security (binary analysis, vulnerability scanning) - And many more... Synchronized from: https://skills.sh/ Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
16
dev-browser/extension/wxt.config.ts
Normal file
16
dev-browser/extension/wxt.config.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineConfig } from "wxt";
|
||||
|
||||
export default defineConfig({
|
||||
manifest: {
|
||||
name: "dev-browser",
|
||||
description: "Connect your browser to dev-browser for Playwright automation",
|
||||
permissions: ["debugger", "tabGroups", "storage", "alarms"],
|
||||
host_permissions: ["<all_urls>"],
|
||||
icons: {
|
||||
16: "icons/icon-16.png",
|
||||
32: "icons/icon-32.png",
|
||||
48: "icons/icon-48.png",
|
||||
128: "icons/icon-128.png",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user