Jack Jacker

Jack Jacker

Instant Content and Authority In Any Niche

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jack Jacker",
  "manifest_version": 2,
  "short_name": "jackjacker",
  "description": "Instant Content and Authority In Any Niche",
  "version": "2.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_619-1505399104.jpg"
  },
  "icons": {
    "128": "128px_619-1505354199.jpg"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}