Shift-JIS pad

Shift-JIS pad

Shift-JIS pad - type memo and you can get SHIFT-JIS text file

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shift-JIS pad",
  "description": "Shift-JIS pad - type memo and you can get SHIFT-JIS text file",
  "version": "0.1.6",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "ayati16.png",
    "128": "ayati128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "storage"
  ],
  "author": "ayati  (contain Encoding.js by polygon planet)",
  "short_name": "sjispad"
}