Nounly - URL shortener for humans

Nounly - URL shortener for humans

Share the web with words.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nounly - URL shortener for humans",
  "short_name": "Nounly",
  "version": "0.5",
  "manifest_version": 2,
  "description": "Share the web with words.",
  "omnibox": {
    "keyword": "nounly"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon_19.png",
      "38": "images/icon_38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Nounly this page"
  },
  "author": "Lionello Lunesu",
  "permissions": [
    "http://api.nounly.com/v1/",
    "tabs",
    "contextMenus"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  }
}