Random Number Generator

Random Number Generator

A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Random Number Generator",
  "description": "A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.",
  "version": "0.1.0",
  "author": "YoLlama",
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "Random # Gen.",
    "default_popup": "numbergen.html"
  },
  "permissions": [
    "activeTab"
  ]
}