Ashiyane Notification

Ashiyane Notification

Ashiyane Notification extension is a google chrome add-on for reporting new posts of Ashiyane Digital Security Team Forums. This…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Alireza Akhtari",
  "manifest_version": 2,
  "name": "Ashiyane Notification",
  "permissions": [
    "http://ashiyane.org/",
    "storage",
    "tabs",
    "notifications",
    "background",
    "contextMenus"
  ],
  "version": "0.1",
  "icons": {
    "32": "img/icon-32.png",
    "128": "img/icon-128.png"
  },
  "options_page": "pages/options/options.html",
  "background": {
    "page": "pages/back.html"
  },
  "browser_action": {
    "default_popup": "pages/popup/popup.html",
    "default_icon": "img/icon-32.png"
  }
}