remote jobs aggregator.
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": "remoteable",
"short_name": "remoteable",
"description": "remote jobs aggregator.",
"version": "1.1.3",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"background": {
"scripts": [
"scripts/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images/icon-19.png",
"38": "images/icon-38.png"
},
"default_title": "Remoteable",
"default_popup": "pages/popup.html"
},
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
"permissions": [
"background",
"contextMenus",
"cookies",
"debugger",
"declarativeContent",
"notifications",
"tabs",
"storage"
]
}