PicSee

PicSee

Make your url more attractive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PicSee",
  "description": "Make your url more attractive",
  "version": "1.4.5",
  "icons": {
    "128": "images/PicSee_logo_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "library/js-cookie.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "identity",
    "http://*/*",
    "https://*/*"
  ],
  "oauth2": {
    "client_id": "115539371895-g0d3puek92bs3qu4qkboj7strq6858mk.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}