SocialAnalyzer - Social Sentiment & Analysis

SocialAnalyzer - Social Sentiment & Analysis

Social Analyzer is a free tool of social media monitoring and analysis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.8",
  "default_locale": "en",
  "manifest_version": 2,
  "icons": {
    "16": "icons/slogo16.png",
    "48": "icons/slogo48.png",
    "128": "icons/slogo128.png"
  },
  "browser_action": {
    "default_title": "SocialAnalyzer"
  },
  "permissions": [
    "activeTab",
    "background",
    "*://*.myadlibrary.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'; frame-src 'self' *; child-src 'self' *",
  "web_accessible_resources": [
    "popup/*",
    "contents/loader.js",
    "contents/loader.css"
  ]
}