inLiveTW

inLiveTW

- 提供『正在直播』現場的公民記者頻道 - 整理即將行動的『公民事件』並且排序 - 『推播服務』讓閱聽人可即時掌握新聞 - 共編公民記者的『位置資訊』自動勘誤 讓我們一起看見台灣, inLive.TW要把社運.救災現場的即時畫面立即傳送出去,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "inLiveTW",
  "manifest_version": 2,
  "version": "0.4.22",
  "browser_action": {
    "default_icon": "image/icon/LiveTW.png",
    "default_title": "inLiveTW",
    "default_popup": "index.html"
  },
  "icons": {
    "128": "image/icon/LiveTW128.png"
  },
  "background": {
    "scripts": [
      "plugin/parse.js",
      "config.js",
      "script/parse.js",
      "background/background.js"
    ]
  },
  "permissions": [
    "*://g0v.github.io/*",
    "*://www.facebook.com/events/*",
    "pushMessaging",
    "notifications",
    "storage"
  ]
}