FNP WEB EDIT

FNP WEB EDIT

Launch Web Edit APP

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FNP WEB EDIT",
  "version": "1.0.4",
  "description": "Launch Web Edit APP ",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "minimum_chrome_version": "6.0.0.0",
  "manifest_version": 2
}