Kryptonize

Kryptonize

Trade goods with crypto currencies

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kryptonize",
  "short_name": "Kryptonize",
  "description": "Trade goods with crypto currencies",
  "version": "0.6.0",
  "browser_action": {
    "default_icon": "favicon.ico",
    "default_popup": "index.html"
  },
  "permissions": [],
  "content_security_policy": "script-src 'self' https://www.google.com/ https://www.gstatic.com 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "assets/css/*",
    "assets/js/*",
    "assets/fonts/*"
  ]
}