Track packages with PostIL
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "PostIL Tracker 2",
"version": "0.0.2",
"manifest_version": 2,
"description": "Track packages with PostIL",
"homepage_url": "http://postil.com",
"icons": {
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
},
"browser_action": {
"default_icon": "icons/icon.png",
"default_title": "PostIL",
"default_popup": "src/browser_action/browser_action.html"
},
"permissions": [
"http://postil.herokuapp.com/*"
]
}