ForenShips

ForenShips

Grow healthy friendships and relationships by analyzing conversation imbalances

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ForenShips",
  "version": "1.1.1",
  "description": "Grow healthy friendships and relationships by analyzing conversation imbalances",
  "icons": {
    "64": "images/logo64.png",
    "128": "images/icon128.png",
    "256": "images/logo256.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAswMmxFYt9E+gf+XB0o+Q35U/lJ5rTJb9aQnApf13VwFY0/oMzOZCKidANNfZiWkPLntpo28xIW/hWNbwz6bzUqc27wIS4S922LS25yU5eL8JtdBVeAWOL9MjKV5CtA0o9bmGS/9k8uQjNeHV+CrJzpV2nIDxm6A3tku8fAQLxEpu6ayhk7/RcXm5CoOeJz+dIzYn/V44Ulh1JwOirEKxGg3pVu6rptjgd6S+4WYvTaKQLitWXEOWj3pkDTaVSoCweW5WHYz0O6PrkVoKIAAHRRwZGrb9whW7jkTTvsf2fpaKeo0bbDImr9akQRGHu1uvcjHpyH2591djPdEysDsAewIDAQAB",
  "page_action": {
    "default_icon": {
      "38": "images/page38.png"
    },
    "default_title": "ForenShips",
    "default_popup": "display/display.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "cookies",
    "webRequest",
    "*://*.facebook.com/*",
    "http://localhost:8000/*",
    "https://forenships.co/*",
    "declarativeContent"
  ]
}