RoR News App

RoR News App

Project Broomble app using JSONp API

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RoR News App",
  "description": "Project Broomble app using JSONp API",
  "version": "1.0",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "http://projectbroomble.ap01.aws.af.cm/apinews*",
    "https://projectbroomble.ap01.aws.af.cm/apinewest*",
    "<all_urls>",
    "unlimitedStorage"
  ]
}