LightShot Roulette

LightShot Roulette

Generates a random link to LightShot and goes to it. Share it with your friends if it's good!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "48": "lightshot_roulette_logo.png",
    "128": "lightshot_roulette_logo.png"
  },
  "name": "LightShot Roulette",
  "author": "Koloss5421",
  "description": "Generates a random link to LightShot and goes to it. Share it with your friends if it's good!",
  "version": "1.0",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "browser_action": {
    "default_title": "Lightshot Roulette"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}