ABC Stumble

ABC Stumble

Loads latest ABC News

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ABC Stumble",
  "short_name": "ABC Stumble",
  "version": "1.1.0",
  "description": "Loads latest ABC News",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/abc-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/abc.png",
    "default_title": "ABC Stumble!"
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "dist/background.js"
    ]
  },
  "permissions": [
    "alarms",
    "storage",
    "https://www.abc.net.au/news/feed/51120/rss.xml"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "applications": {
    "gecko": {
      "id": "{522a51c4-270c-49fd-bfcf-b3a012f80aa3}"
    }
  }
}