CinchAddon

CinchAddon

CinchAddon - Cinchbucks.com Extension, CinchAddon, Never miss a survey & offers with the CinchAddon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CinchAddon",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "CinchAddon - Cinchbucks.com Extension, CinchAddon, Never miss a survey & offers with the CinchAddon",
  "homepage_url": "https://www.cinchbucks.com",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/16.png",
    "default_title": "Cinchbucks",
    "default_popup": "dist/index.html#/home/login"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "notifications",
    "geolocation",
    "tabs"
  ]
}