Facepad for Facebook™

Facepad for Facebook™

Looks, acts & feels like you're using Facebook on your iPhone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/bg.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "img/19.png",
    "default_popup": "menu.html",
    "default_title": "__MSG_extName__"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "img/19.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "72.0",
  "name": "__MSG_extName__",
  "options_page": "opt.html",
  "permissions": [
    "activeTab"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "5.0"
}