Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "__MSG_AppName__",
"description": "__MSG_AppDescription__",
"short_name": "IMDB Ratings on Netflix",
"version": "1.0.1",
"browser_action": {
"default_title": "Netflix Rating"
},
"permissions": [
"activeTab"
],
"icons": {
"16": "images\/netflix-16.png",
"32": "images\/netflix-32.png",
"48": "images\/netflix-48.png",
"64": "images\/netflix-64.png",
"128": "images\/netflix-128.png"
},
"web_accessible_resources": [
"images\/*"
],
"background": {
"scripts": [
"js\/update-conf.js",
"js\/update.js",
"js\/background.js"
]
},
"manifest_version": 2
}