Revue Chrome

Revue Chrome

Revue

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Revue Chrome",
  "short_name": "Revue",
  "description": "Revue",
  "version": "1.16",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16_active.png",
    "48": "images/icon48_active.png",
    "128": "images/icon128_active.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "./index.html"
  },
  "permissions": [
    "activeTab",
    "http://localhost:3000/",
    "http://www.getrevue.co/",
    "https://www.getrevue.co/"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}