anti-social

anti-social

An extension aimed at increasing human happiness by blocking social media sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "0.7.9resigned1",
  "developer": {
    "name": "Wayne Myers",
    "url": "https://github.com/wgmyers/anti-social"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icons/no-entry-48.png",
    "96": "icons/no-entry-96.png"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "pages/options.html",
    "browser_style": true
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "pages/popup.html",
    "default_icon": {
      "16": "icons/anti-social-button-16.png",
      "32": "icons/anti-social-button-32.png"
    }
  },
  "web_accessible_resources": [
    "pages/blocked.html",
    "pages/localise.js"
  ],
  "default_locale": "en"
}