Purpose

Purpose

Better, simpler website blocker to help you use the web with purpose

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Purpose",
  "description": "Better, simpler website blocker to help you use the web with purpose",
  "version": "0.6",
  "browser_action": {
    "default_icon": "assets/purpose.png",
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "libs/raven.min.js",
      "base/config_raven.js",
      "models/events.js",
      "models/catcher.js",
      "models/catchers_provider.js",
      "models/visit_intent.js",
      "models/visit_intent_bank.js",
      "models/tab_processor.js",
      "models/catch_worker.js",
      "models/purpose_app.js",
      "background/index.js"
    ]
  },
  "icons": {
    "700": "assets/purpose.png"
  },
  "options_page": "options/index.html",
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}