|
{
"name": "reddit.com/r/",
"short_name": "rslash",
"description" : "Quickly jump to subreddit by typing 'r' into the omnibar",
"version": "1.1",
"background": {
"scripts": ["background.js"],
"persistent": true
},
"omnibox": { "keyword" : "r" },
"manifest_version": 2,
"permissions": [
"storage",
"tabs",
"webRequest",
"*://*.reddit.com/"
],
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
|