ResLife Portal

ResLife Portal

ResLife Portal - Google Chrome Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ResLife Portal",
  "version": "1.5",
  "description": "ResLife Portal - Google Chrome Extension",
  "permissions": [
    "*://*.reslifecloud.com/"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.reslifecloud.com/"
    ]
  },
  "options_page": "reslifeportal_options.html",
  "background": {
    "scripts": [
      "reslifeportal_background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/reslifeportal16.png",
      "24": "images/reslifeportal24.png",
      "32": "images/reslifeportal32.png",
      "48": "images/reslifeportal48.png"
    },
    "default_title": "ResLife Portal"
  },
  "icons": {
    "16": "images/reslifeportal16.png",
    "32": "images/reslifeportal32.png",
    "48": "images/reslifeportal48.png",
    "128": "images/reslifeportal128.png"
  },
  "manifest_version": 2
}