shitpostify

shitpostify

Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "shitpostify",
  "version": "1.0.3",
  "description": "Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!",
  "manifest_version": 2,
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "/icons/16.png",
    "32": "/icons/32.png",
    "64": "/icons/64.png",
    "128": "/icons/128.png"
  }
}