Just Jokes

Just Jokes

You click on this google chrome extension to get a random Joke every times Brand New Jokes App. 100% guarantee you'll be laughing!…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Just Jokes",
  "version": "0.0.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "logo.png"
  },
  "icons": {
    "128": "logo.png"
  }
}