Carsake Sms Hirise Offline

Carsake Sms Hirise Offline

This software send sms to Hirise customer automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Carsake Sms Hirise Offline",
  "short_name": "Carsake Sms Hirise Offline",
  "description": "This software send sms to Hirise customer automatically.",
  "version": "1.4",
  "page_action": {
    "default_icon": "icon32.png",
    "default_title": "Carsake Sms Hirise Offline",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "jquery_108.js",
      "CarsakeBackrun.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon48.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "http://hirise.honda2wheelersindia.com/*",
    "https://hirise.honda2wheelersindia.com/*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://hirise.honda2wheelersindia.com/*",
        "https://hirise.honda2wheelersindia.com/*"
      ],
      "js": [
        "jquery_108.js",
        "CarsakeMain.js"
      ]
    }
  ]
}