Recurpost

Recurpost

You have created amazing content. Now reuse it to get the max out of it by sharing it with your users over time. Increase the life…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Recurpost",
  "version": "3.1",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "identity",
    "cookies",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}