ReputUp - Curate the content

ReputUp - Curate the content

Add Content directly into ReputUp from your browser. Leverage Curated Content. Stay Informed, Share, Scale Socially. Free Forever!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ReputUp - Curate the content",
  "description": "Add Content directly into ReputUp from your browser. Leverage Curated Content. Stay Informed, Share, Scale Socially. Free Forever!",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "1.0",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "64": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "contextMenus"
  ]
}