Anime Roulette

Anime Roulette

Selects a Random Anime for you to view.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Anime Roulette",
  "description": "Selects a Random Anime for you to view.",
  "version": "0.1",
  "background": {
    "persistent": false,
    "scripts": [
      "GetAnime.js"
    ]
  },
  "incognito": "split",
  "browser_action": {
    "default_icon": "icon.jpg",
    "scripts": [
      "popup.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*.animefreak.tv/*",
    "background"
  ]
}