Pokemon GO Россия

Pokemon GO Россия

Все об игре Pokemon GO в России: гайды, faq, база покемонов

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "Pokemon GO Россия"
  },
  "description": "Все об игре Pokemon GO в России: гайды, faq, база покемонов",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "Pokemon GO Россия",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://pokemongo-go.ru/*",
    "history"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}