Alore Curated

Alore Curated

Curating your own news feed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Alore Curated",
  "description": "Curating your own news feed.",
  "version": "1.1.0.4",
  "browser_action": {
    "default_icon": "img/alore_logo_yellow.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "img/logo_Alore_Blue_16x16.png",
    "32": "img/logo_Alore_Blue_32x32.png",
    "48": "img/logo_Alore_Blue_48x48.png",
    "128": "img/logo_Alore_Blue_128x128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "activeTab",
    "notifications"
  ],
  "web_accessible_resources": [
    "img/logo_Alore_Blue_128x128.png"
  ],
  "content_security_policy": "script-src 'self' https://use.typekit.net/eiq2fdx.js; object-src 'self'"
}