Mechanical Rights

Mechanical Rights

a collaboration on the declaration of human rights

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mechanical Rights",
  "short_name": "Mechanical Rights",
  "manifest_version": 2,
  "version": "1.2",
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "name": "we declare that",
    "default_icon": "icon_48.png",
    "default_title": "we declare that",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "socket.io.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png"
  },
  "description": "a collaboration on the declaration of human rights",
  "author": "pierre depaz",
  "homepage_url": "https://pierredepaz.net/-/mechanical-rights/index.html"
}