Re:marketing

Re:marketing

Automatically send marketing messages through Facebook, Pancake.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Re:marketing",
  "description": "__MSG_appDesc__",
  "default_locale": "vi",
  "version": "1.0.14",
  "manifest_version": 3,
  "icons": {
    "128": "static/icon.png"
  },
  "options_page": "index.html",
  "action": {},
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "host_permissions": [
    "*://*.facebook.com/",
    "*://*.pages.fm/",
    "*://*.pancake.vn/"
  ],
  "permissions": [
    "cookies",
    "declarativeNetRequest",
    "notifications"
  ]
}