Primal

Primal

Dig deeper into what matters to you. Discover content related to any page you’re browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Primal",
  "description": "Dig deeper into what matters to you. Discover content related to any page you’re browsing.",
  "version": "0.32",
  "icons": {
    "16": "/app/img/icon16.png",
    "48": "/app/img/icon48.png",
    "128": "/app/img/icon128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "https://*.primal.com/",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://app.primal.com; object-src 'self'",
  "browser_action": {
    "default_popup": "/app/popup.html",
    "default_icon": {
      "19": "/app/img/icon19.png",
      "38": "/app/img/icon38.png"
    }
  },
  "minimum_chrome_version": "26"
}