playwright-test
Version:
Run mocha, zora, uvu, tape and benchmark.js scripts inside real browsers with playwright.
16 lines (15 loc) • 391 B
JSON
{
"name": "Stub Extension",
"description": "Stub extension to run tests.",
"version": "2.0",
"background": {
"scripts": ["background.js"],
"persistent": true
},
"permissions": ["developerPrivate", "management"],
"browser_action": {
"default_title": "Make this page red"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'"
}