Timeko Messaging

Timeko Messaging

This extension allows the user to send messages to selected users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Timeko Messaging",
  "description": "This extension allows the user to send messages to selected users.",
  "version": "0.4.8.1",
  "icons": {
    "16": "images/timeko16.png",
    "48": "images/timeko48.png",
    "128": "images/timeko128.png"
  },
  "options_page": "options.html",
  "action": {
    "default_icon": "images/timeko48.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/timeko.png",
        "fonts/weblysleekuisb-webfont.eot",
        "fonts/weblysleekuisb-webfont.svg",
        "fonts/weblysleekuisb-webfont.ttf",
        "fonts/weblysleekuisb-webfont.woff",
        "company.html",
        "styles/company.css",
        "scripts/company.js",
        "scripts/vendor/jquery-3.2.1.min.js",
        "images/timeko-logo-black.svg",
        "images/signin-people.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles/timeko.css"
      ],
      "js": [
        "scripts/vendor/jquery-3.2.1.min.js",
        "scripts/vendor/js.cookie.js",
        "scripts/timeko.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}