SocialAll

SocialAll

Multi-columns webview layout App for all of your social media in one screen Centralized social media streams You can monitor and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SocialAll",
  "version": "1.0",
  "permissions": [
    "webview",
    "pointerLock",
    "geolocation",
    "videoCapture",
    "fullscreen",
    "storage",
    "alarms",
    "notifications"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png",
    "512": "512.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  }
}