Created
March 21, 2016 10:30
-
-
Save mayuki/5ae554c8e825f32921c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"manifest_version": 2, | |
"name": "Dummy Extension", | |
"version": "1.0", | |
"background": { | |
"page": "background.html" | |
}, | |
"permissions": [ | |
"activeTab", | |
"alarms", | |
"audioModem", | |
"background", | |
"bookmarks", | |
"browsingData", | |
"clipboardRead", | |
"clipboardWrite", | |
"contentSettings", | |
"contextMenus", | |
"cookies", | |
"copresense", | |
"debugger", | |
"declarativeContent", | |
"declarativeWebRequest", | |
"desktopCapture", | |
"dns", | |
"documentScan", | |
"downloads", | |
"experimental", | |
"fileBrowserHandler", | |
"fileSystemProvider", | |
"fontSettings", | |
"gcm", | |
"geolocation", | |
"history", | |
"identity", | |
"idle", | |
"idltest", | |
"location", | |
"management", | |
"nativeMessaging", | |
"networking.config", | |
"notificationProvider", | |
"notifications", | |
"pageCapture", | |
"platformKeys", | |
"power", | |
"printerProvider", | |
"privacy", | |
"processes", | |
"proxy", | |
"sessions", | |
"signedInDevices", | |
"storage", | |
"system.cpu", | |
"system.display", | |
"system.memory", | |
"system.storage", | |
"tabCapture", | |
"tabs", | |
"topSites", | |
"tts", | |
"ttsEngine", | |
"unlimitedStorage", | |
"vpnProvider", | |
"wallpaper", | |
"webNavigation", | |
"webRequest", | |
"webRequestBlocking" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment