TP CHROME APP

TP CHROME APP

Chrome Version of Phone App

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TP CHROME APP",
  "version": "2.2.0",
  "icons": {
    "128": "2000px-TP_Falcon_svg.png"
  },
  "permissions": [],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "minimum_chrome_version": "28"
}