The Interesting Post

The Interesting Post

Your personal newspaper of the internet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Interesting Post",
  "description": "Your personal newspaper of the internet",
  "version": "1.1.4",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "alarms",
    "webview",
    "http://theinterestingpost.appspot.com/"
  ]
}