Lawod.Com Feed

Lawod.Com Feed

Lawod lastest publications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lawod.Com Feed",
  "description": "Lawod lastest publications",
  "version": "1.0.0",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Lawod.Com Feed"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "https://www.lawod.com/"
  ]
}