Deletecy

Deletecy

Easy delete the account that you don't want more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "version": "1.0",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "homepage_url": "https://giuseppepignataro.eu/",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "page_action": {
    "default_icon": {
      "38": "img/logo.png"
    },
    "default_title": "Deletecy - Easy delete account that you don't want more"
  },
  "minimum_chrome_version": "18",
  "offline_enabled": false,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}