PreWrap

PreWrap

PreMiD Presences wrapper for the Discord-RPC-Extension with focus on security and performance. It allows you to set the watching…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PreWrap",
  "version": "2024.4.7",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "webNavigation"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "Pages/pages.js",
      "Pages/locale.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}