Pokénotifier: Pokemon GO notifications

Pokénotifier: Pokemon GO notifications

Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pokénotifier: Pokemon GO notifications",
  "short_name": "Pokénotifier",
  "description": "Get a notification when a Pokémon is nearby and ready to catch. Based on the hit game Pokemon Go.",
  "version": "1.4",
  "author": "Flaunt Digital",
  "homepage_url": "https://flauntdigital.com",
  "background": {
    "scripts": [
      "jquery-3.1.0.min.js",
      "popup.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "geolocation",
    "notifications",
    "https://pokevision.com/"
  ]
}