ARS Softwares Homepage

ARS Softwares Homepage

Due to ars softwares quite frequent changing homepage address (because of Free hosting). This add on is to keep the latest new homepage address. Each time ars homepage changed it homepage address, ars softwares user will know it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ARS GST Softwares Homepage",
  "description": "ARS GST Softwares Homepage",
  "version": "1.0.2resigned1",
  "default_locale": "en",
  "manifest_version": 2,
  "icons": {
    "24": "icons/arsmenu.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/arsmenu.png",
    "default_title": "ARS Softwares"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>",
    "http://arssoftwares.byethost5.com/",
    "https://arssoftwares.byethost5.com/"
  ]
}