AutoSubs

AutoSubs

Easily format transliterated text!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "new_tab.html",
    "default_icon": "icons/icon128.png",
    "default_title": "AutoSubs"
  },
  "name": "AutoSubs",
  "short_name": "A useful tool for formatting text that was transliterated from Arabic (or other languages)!",
  "description": "Easily format transliterated text!",
  "author": "IlmTest",
  "homepage_url": "https://ilmtest.net",
  "version": "1.0",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  }
}