fossBytes

fossBytes

fresh bytes of technology and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "fossBytes",
  "short_name": "fossBytes: fresh bytes of technology and more",
  "version": "1.0.9",
  "description": "fresh bytes of technology and more",
  "homepage_url": "http://fossbytes.com/",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js",
      "js/jquery.min.js"
    ]
  },
  "permissions": [
    "http://fossbytes.com/?json*",
    "notifications",
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "icon48.png"
  ]
}