@ IDN - AddressBar

@ IDN - AddressBar

To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "@ IDN - AddressBar",
  "description": "To use, Type (1) '@' + 'space/tab' (2) Domain (3) . (4) TLD into the Omnibox.",
  "version": "1.0.2",
  "author": "[email protected]",
  "icons": {
    "16": "icons/favicon16.png",
    "48": "icons/favicon48.png",
    "64": "icons/favicon64.png",
    "128": "icons/favicon128.png"
  },
  "short_name": "IDN-AB",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "https://www.google.com/*"
  ],
  "options_page": "options.html",
  "omnibox": {
    "keyword": "@"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/favicon19.png",
      "38": "icons/favicon38.png"
    },
    "default_title": "IDN - AddressBar"
  },
  "content_security_policy": "default-src 'none'; script-src 'self'; connect-src https://www.google.com/;",
  "minimum_chrome_version": "9",
  "manifest_version": 2
}