RedCritter

RedCritter

Achieve. Earn. Share. Get your professional profile on RedCritter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RedCritter",
  "description": "Achieve. Earn. Share. Get your professional profile on RedCritter.",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "*://www.redcritter.com/"
    ],
    "launch": {
      "web_url": "https://redcritter.com/profile.aspx"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}