@revoloo/cypress6
Version:
Cypress.io end to end testing tool
42 lines (41 loc) • 1.2 kB
JSON
{
"name": "Cypress",
"description": "Adds WebExtension APIs for testing with Cypress",
"applications": {
"gecko": {
"id": "automation-extension@cypress.io"
}
},
"permissions": [
"cookies",
"downloads",
"tabs",
"http://*/*",
"https://*/*",
"<all_urls>"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAugoxpSqfoblTYUGvyXZpmBgjYQUY9k2Hx3PaDwquyaTH6GBxitwVMSu5sZuDYgPHpGYoF4ol6A4PZHhd6JvfuUDS9ZrxTW0XzP+dSS9AwmJo3uLuP88zBs4mhpje1+WE5NGM0pTzyCXYTPoyzyPRmToALWD96cahSGuhG8bSmaBw3py+16qNKm8SOlANbUvHtEaTpmrSWBUIq7YV8SIPLtR8G47vjqPTE1yEsBQ3GAgllhi0cJolwk/629fRLr3KVckICmU6spXD/jVhIgAeyHhFuFGYNuubzbel8trBVw5Q/HE5F6j66sBvEvW64tH4lPxnM5JPv0qie5wouPiT0wIDAQAB",
"icons": {
"16": "icons/icon_16x16.png",
"48": "icons/icon_48x48.png",
"128": "icons/icon_128x128.png"
},
"browser_action": {
"default_title": "Cypress",
"default_icon": {
"19": "icons/icon_19x19.png",
"38": "icons/icon_38x38.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"manifest_version": 2,
"version": "0.0.0"
}