Compass Insight

Compass Insight

The smartest bookmarks with Compass Insight

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Compass Insight",
  "version": "0.0.9.2",
  "manifest_version": 2,
  "description": "The smartest bookmarks with Compass Insight",
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "background.html",
    "default_title": "Compass Insight"
  },
  "icons": {
    "128": "logoSmallRounded.png"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "http://newgenie-01.staging.ingeniapi.com/",
    "http://localhost:3000/",
    "http://compassinsight.com/",
    "http://www.compassinsight.com/",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "jquery-1.11.3.min.js",
        "spin.min.js",
        "popup.js"
      ]
    }
  ]
}