Walls.io – Unhide your Social Media Content!

Walls.io – Unhide your Social Media Content!

Walls.io let's you embed a social media widget on your website with just 1 click!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Walls.io – Unhide your Social Media Content!",
  "description": "Walls.io let's you embed a social media widget on your website with just 1 click!",
  "version": "1.3",
  "browser_action": {
    "default_icon": "icons/icon128.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ]
}