OnlyWire | Social Media Management Platform

OnlyWire | Social Media Management Platform

Post to all your social networks at once.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "OnlyWire",
  "description": "Post to all your social networks at once.",
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "version": "2.0.8resigned1",
  "author": "OnlyWire",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "OnlyWire",
    "default_icon": {
      "16": "./icon16.png",
      "32": "./icon32.png"
    }
  },
  "web_accessible_resources": [
    "mask.html"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f287badb-1583-4e26-aac9-fe734942d522}"
    }
  }
}