Hash

Hash

Aggregating popular tweets about the day’s most topical stories, Hash is a simple way for everyone to catch up on global events.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hash",
  "description": "Aggregating popular tweets about the day’s most topical stories, Hash is a simple way for everyone to catch up on global events.",
  "version": "1.0",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://thehash.today/"
    ],
    "launch": {
      "web_url": "http://thehash.today/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}