SocialSoul | Gerador de Links

SocialSoul | Gerador de Links

SocialSoul - Oficial

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SocialSoul | Gerador de Links",
  "version": "1.0.7",
  "description": "SocialSoul - Oficial",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_title": "Consultores | SocialSoul",
    "default_icon": "icon_19.png",
    "default_popup": "popup.html"
  },
  "author": "SocialSoul.com.vc",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "background.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}