BarfAndBel.ch

BarfAndBel.ch

BARFing out Dreamworks Dragons quotes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BarfAndBel.ch",
  "short_name": "BarfAndBel.ch",
  "description": "BARFing out Dreamworks Dragons quotes",
  "version": "0.6.11",
  "version_name": "0.6.11",
  "author": "hictooth and Iantje",
  "homepage_url": "http://barfandbel.ch/",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "topSites",
    "storage"
  ]
}