Trinslitir kitku

Trinslitir kitku

Extension that replaces all vowels on the site to the letter "i" - to the fake language called "jizik kitku".

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trinslitir kitku",
  "short_name": "Trinslitir kitku",
  "description": "Extension that replaces all vowels on the site to the letter \"i\" - to the fake language called \"jizik kitku\".",
  "author": "Katarzyna Rybicka",
  "version": "1.0.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Trinslitir kitku",
    "default_icon": "icon-16.png"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}