Folloyu - Continue Session on Mobile

Folloyu - Continue Session on Mobile

With Folloyu's extension, you'll be able to seamlessly continue your online session on another device

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Folloyu - Continue Session on Mobile",
  "version": "3.2.2",
  "description": "With Folloyu's extension, you'll be able to seamlessly continue your online session on another device",
  "icons": {
    "16": "folloyu16.png",
    "48": "folloyu48.png",
    "128": "folloyu128.png"
  },
  "browser_action": {
    "default_icon": "folloyu16.ico",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "cookies",
    "*://*/"
  ]
}