MissionViewerRegist

MissionViewerRegist

MissionViewer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "foreground/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "doScraping.js"
      ],
      "matches": [
        "https://intel.ingress.com/*",
        "https://mission.mogeringo.com/js/*"
      ]
    }
  ],
  "description": "MissionViewer",
  "devtools_page": "devtools.html",
  "homepage_url": "https://chrome.google.com/webstore/detail/missionviewerregist/nmpkllklkfcdfbkleehledgileiiaeho/related?hl=ja&authuser=0",
  "host_permissions": [
    "https://intel.ingress.com/*"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAte7OtBBg3nXn39jK+16l37/cdNCvZ7mIbqeW7er2EZ/5SyO3YAuGt3U6S97c265OpIKB8xZMhhK2Gs+qH7V74mLmlfxCkrAAyoz6AbYhr6sEB1ORQsT7UO0fZpJY/gX3LylXnXrhjZhz3Hz0I9xFDQ+kGyj6TVKAxuIbzx0yx1wvyXfzs524YY5YHGx0Z+GjLlcYRkc91NvIY204DPqHPkEPG9y969tTxJH8TIXYnUHBQiCyPMgyS9iIMxzoYsZA0L3KggTCuy7wDlS3AOb2SKfO+0IploEua9W3fcvICseNGikjNiZlW5Hvwkq+Jl28UTTB0wC3/3H02fVYeHuxrQIDAQAB",
  "manifest_version": 3,
  "minimum_chrome_version": "90.0",
  "name": "MissionViewerRegist",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.14"
}