Forget WP Not

Forget WP Not

I've made a huge mistake. I logged into WP without clicking "Remember me."

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Forget WP Not",
  "author": "Rob Rotell",
  "homepage_url": "https://robrotell.dev",
  "version": "0.0.10",
  "description": "I've made a huge mistake. I logged into WP without clicking \"Remember me.\"",
  "content_security_policy": {
    "script-src": "self",
    "object-src": "self"
  },
  "icons": {
    "48": "public/img/icon-48.png",
    "96": "public/img/icon-96.png"
  },
  "action": {
    "default_icon": "public/img/icon-48.png",
    "default_title": "Forget WP Not"
  },
  "browser_specific_settings": {
    "gecko": {
      "update_url": "https://arena.robr.app/forgetwpnot/updates.json",
      "id": "[email protected]"
    },
    "webkit": {
      "update_url": "https://arena.robr.app/forgetwpnot/updates.json"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "public/js/app.js"
      ],
      "run_at": "document_end"
    }
  ]
}