The Libertarian Standard

The Libertarian Standard

Property - Prosperity - Peace

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "The Libertarian Standard",
  "description": "Property - Prosperity - Peace",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "128": "tlsicon-128.png"
  },
  "app": {
    "urls": [
      "http://libertarianstandard.com/"
    ],
    "launch": {
      "web_url": "http://libertarianstandard.com/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}