Mat's Anti Shop Plugin

Mat's Anti Shop Plugin

Are you tired of people calling stores shops? This plugin changes every mention of shops to stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Mat's Anti Shop Plugin",
  "short_name": "Mat's ASP",
  "manifest_version": 3,
  "version": "1.0",
  "description": "Are you tired of people calling stores shops? This plugin changes every mention of shops to stores.",
  "author": "Mats_Games",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}