Tykkr - Ridiculous Amounts of News, Now.

Tykkr - Ridiculous Amounts of News, Now.

A comprehensive and addicting news source.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tykkr - Ridiculous Amounts of News, Now.",
  "short_name": "Tykkr News Network",
  "description": "A comprehensive and addicting news source.",
  "version": "1.0.1",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "images/solo-logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "images/solo-logo.png",
    "64": "images/solo-logo.png",
    "128": "images/solo-logo.png",
    "256": "images/solo-logo.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*",
        "https://www.google-analytics.com/*"
      ],
      "js": [
        "js/contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "popup.html"
  ]
}