OLD | NEW |
1 <h1>Tutorial: Migrate to Manifest V2</h1> | 1 <h1>Tutorial: Migrate to Manifest V2</h1> |
2 | 2 |
3 <p> | 3 <p> |
4 Manifest version 1 was deprecated in Chrome 18, | 4 Manifest version 1 was deprecated in Chrome 18, |
5 and support will be phased out according to the | 5 and support will be phased out according to the |
6 <a href="manifestVersion.html">manifest version 1 support schedule</a>. | 6 <a href="manifestVersion.html#manifest-v1-support-schedule">manifest version 1 s
upport schedule</a>. |
7 The changes from version 1 to version 2 | 7 The changes from version 1 to version 2 |
8 fall under two broad categories: | 8 fall under two broad categories: |
9 API changes and Security changes. | 9 API changes and Security changes. |
10 </p> | 10 </p> |
11 | 11 |
12 <p> | 12 <p> |
13 This document provides checklists for migrating your Chrome extensions | 13 This document provides checklists for migrating your Chrome extensions |
14 from manifest version 1 to version 2, | 14 from manifest version 1 to version 2, |
15 followed by more detailed summaries of what these changes mean and why they were
made. | 15 followed by more detailed summaries of what these changes mean and why they were
made. |
16 </p> | 16 </p> |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 For more information about using sandboxing to isolate unsafe code, | 349 For more information about using sandboxing to isolate unsafe code, |
350 read the <a href="sandboxingEval.html">sandboxing eval</a> article. | 350 read the <a href="sandboxingEval.html">sandboxing eval</a> article. |
351 You can learn more about Content Security Policy | 351 You can learn more about Content Security Policy |
352 by visiting our extensions-related tutorial and a | 352 by visiting our extensions-related tutorial and a |
353 <a href="http://www.html5rocks.com/en/tutorials/security/content-security-policy
/">good introduction on HTML5Rocks</a>. | 353 <a href="http://www.html5rocks.com/en/tutorials/security/content-security-policy
/">good introduction on HTML5Rocks</a>. |
354 </p> | 354 </p> |
355 | 355 |
356 | 356 |
357 | 357 |
358 | 358 |
OLD | NEW |