The Singer

The Singer

Substitutions that make reading the news more fun.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "singer19.png",
      "38": "singer38.png"
    },
    "default_title": "The Singer"
  },
  "description": "Substitutions that make reading the news more fun.",
  "icons": {
    "16": "singer16.png",
    "48": "singer48.png",
    "128": "singer128.png"
  },
  "manifest_version": 2,
  "name": "The Singer",
  "options_page": "my_options.html",
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.3"
}