True Content

True Content

TrueContent enables Internet users to vote any type of online content through browser extensions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "True Content",
  "short_name": "Aiming to make the Internet a better place one opinion at a time.",
  "description": "TrueContent enables Internet users to vote any type of online content through browser extensions.",
  "version": "1.9.7",
  "manifest_version": 2,
  "icons": {
    "48": "icon48.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "48": "icon48.png"
    },
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js",
      "aes.js",
      "jquery.js",
      "crypto.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "http://truecontent.org/"
  ]
}