UPPERSAFE

UPPERSAFE

Anonymous and secure Internet access

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "UPPERSAFE",
  "description": "Anonymous and secure Internet access",
  "version": "1.6.2",
  "permissions": [
    "http://web.uppersafe.com/",
    "https://web.uppersafe.com/",
    "http://api.ipify.org/",
    "https://api.ipify.org/"
  ],
  "icons": {
    "128": "./data/uppersafe-128x128.png"
  },
  "background": {
    "scripts": [
      "./main.js"
    ]
  },
  "browser_action": {
    "default_title": "UPPERSAFE"
  },
  "manifest_version": 2
}