PokemonGo Egg Probability

PokemonGo Egg Probability

Extension for customizable silphRoad Egg probability!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PokemonGo Egg Probability",
  "version": "1.0.7",
  "description": "Extension for customizable silphRoad Egg probability!",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://thesilphroad.com/egg-distances"
      ],
      "js": [
        "probability.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon/egg_game_go_hatching_play_pokemon_icon_16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon/egg_game_go_hatching_play_pokemon_icon_16.png",
    "48": "icon/egg_game_go_hatching_play_pokemon_icon_48.png",
    "128": "icon/egg_game_go_hatching_play_pokemon_icon_128.png"
  },
  "manifest_version": 2
}