Easy Github Repo Delete

Easy Github Repo Delete

Helps you with deleting github repos easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Helps you with deleting github repos easily",
  "version": "0.2.1",
  "manifest_version": 2,
  "name": "Easy Github Repo Delete",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon19.png",
    "default_title": "Easy Github Repo Delete"
  },
  "permissions": [
    "*://github.com/*?tab=repositories",
    "*://github.com/*"
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}