cTouch r5 (true)

cTouch r5 (true)

You can browse smartphone websites. Background page injects content script on receiving response.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "@cielavenir",
  "name": "cTouch r5 (true)",
  "description": "You can browse smartphone websites. Background page injects content script on receiving response.",
  "version": "2.7.1.6127",
  "manifest_version": 2,
  "homepage_url": "https://github.com/cielavenir/ctouch/",
  "background": {
    "scripts": [
      "ctouch_saveconfig.js",
      "ctouch_bg.js",
      "ctouch_bg_bootstrap.js",
      "ctouch_bg_css.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "options_page": "ctouch_option.html",
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "cTouch r5 (true)",
    "default_popup": "ctouch_popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  }
}