Social Conect Me

Social Conect Me

All your social media in one place

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Social Conect Me",
  "version": "1.0.2",
  "short_name": "Social Conect Me",
  "description": "All your social media in one place",
  "homepage_url": "http://socialconectme.com/",
  "icons": {
    "16": "Icono16.png",
    "32": "Icono32.png",
    "64": "Icono64.png",
    "128": "Icono128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+F",
        "linux": "Alt+F",
        "mac": "Alt+F",
        "windows": "Alt+F"
      }
    }
  },
  "browser_action": {
    "default_icon": "Icono128.png",
    "default_title": "Social Conect Me"
  },
  "permissions": [
    "http://socialconectme.com/",
    "tabs"
  ],
  "chrome_settings_overrides": {
    "homepage": "http://socialconectme.com/",
    "search_provider": {
      "name": "Social Conect Me",
      "keyword": "f",
      "search_url": "http://socialconectme.com/get.php?p={searchTerms}",
      "favicon_url": "http://socialconectme.com/img/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  }
}